phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlSemSingleElement.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\base
;
4
5
use
Ajax\common\html\HtmlSingleElement
;
6
use
Ajax\semantic\html\base\traits\BaseTrait
;
7
14
class
HtmlSemSingleElement
extends
HtmlSingleElement
{
15
use
BaseTrait
;
16
public
function
__construct
(
$identifier
,
$tagName
=
"br"
,$baseClass=
"ui"
) {
17
parent::__construct(
$identifier
,
$tagName
);
18
$this->_baseClass=$baseClass;
19
$this->
setClass
($baseClass);
20
}
21
26
public
function
addContent
($content, $before=
false
) {}
27
28
}
Ajax\common\html\HtmlSingleElement\setClass
setClass($classNames)
Definition:
HtmlSingleElement.php:15
Ajax\semantic\html\base\HtmlSemSingleElement\__construct
__construct($identifier, $tagName="br", $baseClass="ui")
Definition:
HtmlSemSingleElement.php:16
HtmlSingleElement
Ajax\semantic\html\base\HtmlSemSingleElement
Base class for Semantic single elements.
Definition:
HtmlSemSingleElement.php:14
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
Ajax\semantic\html\base\HtmlSemSingleElement\addContent
addContent($content, $before=false)
Definition:
HtmlSemSingleElement.php:26
Ajax\common\html\HtmlSingleElement
Definition:
HtmlSingleElement.php:7
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition:
BaseHtml.php:22
Ajax\semantic\html\base
Definition:
ClassModifier.php:3
Ajax\semantic\html\base\traits\BaseTrait
trait BaseTrait
Definition:
BaseTrait.php:17
Ajax
semantic
html
base
HtmlSemSingleElement.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13