phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
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
,
BaseTrait
{
15
public
function
__construct
(
$identifier
,
$tagName
=
"br"
,$baseClass=
"ui"
) {
16
parent::__construct(
$identifier
,
$tagName
);
17
$this->_baseClass=$baseClass;
18
$this->
setClass
($baseClass);
19
}
20
25
public
function
addContent
($content, $before=
false
) {}
26
27
}
Ajax\common\html\BaseHtml\$tagName
$tagName
Definition
BaseHtml.php:21
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\HtmlSingleElement
Definition
HtmlSingleElement.php:7
Ajax\common\html\HtmlSingleElement\setClass
setClass($classNames)
Definition
HtmlSingleElement.php:15
Ajax\semantic\html\base\HtmlSemSingleElement
Base class for Semantic single elements.
Definition
HtmlSemSingleElement.php:14
Ajax\semantic\html\base\HtmlSemSingleElement\__construct
__construct($identifier, $tagName="br", $baseClass="ui")
Definition
HtmlSemSingleElement.php:15
Ajax\semantic\html\base\HtmlSemSingleElement\addContent
addContent($content, $before=false)
Definition
HtmlSemSingleElement.php:25
Ajax\semantic\html\base\traits\BaseTrait
Definition
BaseTrait.php:17
Ajax\semantic\html\base
Definition
ClassModifier.php:3
Ajax
semantic
html
base
HtmlSemSingleElement.php
Generated on Sun Dec 10 2023 16:16:04 for
phpMv-UI
by
doxygen
1.9.8