phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
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\__construct
__construct($identifier, $caption="")
Definition:
HtmlBadge.php:15
Ajax\bootstrap\html
Ajax\bootstrap\html\HtmlBadge
Definition:
HtmlBadge.php:13
Ajax\common\html\traits\setProperty
setProperty($name, $value)
Definition:
BaseHtmlPropertiesTrait.php:30
Ajax\bootstrap\html\base\HtmlBsDoubleElement
Definition:
HtmlBsDoubleElement.php:10
Ajax\common\html\BaseWidget\$identifier
$identifier
Definition:
BaseWidget.php:14
HtmlBsDoubleElement
Ajax
bootstrap
html
HtmlBadge.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13