phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlBadge.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\bootstrap\html
;
4
11
use
Ajax\bootstrap\html\base\HtmlBsDoubleElement
;
12
13
class
HtmlBadge
extends
HtmlBsDoubleElement
{
14
15
public
function
__construct
(
$identifier
, $caption=
""
) {
16
parent::__construct(
$identifier
,
"span"
);
17
$this->content=$caption;
18
$this->
setProperty
(
"class"
,
"badge"
);
19
}
20
}
Ajax\bootstrap\html\HtmlBadge
Definition
HtmlBadge.php:13
Ajax\bootstrap\html\HtmlBadge\__construct
__construct($identifier, $caption="")
Definition
HtmlBadge.php:15
Ajax\bootstrap\html\base\HtmlBsDoubleElement
Definition
HtmlBsDoubleElement.php:10
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition
BaseWidget.php:14
Ajax\common\html\traits\BaseHtmlPropertiesTrait\setProperty
setProperty($name, $value)
Definition
BaseHtmlPropertiesTrait.php:30
Ajax\bootstrap\html
Ajax
bootstrap
html
HtmlBadge.php
Generated on Sun Dec 10 2023 16:15:52 for
phpMv-UI
by
doxygen
1.9.8