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 
12 
14 
15  public function __construct($identifier, $caption="") {
16  parent::__construct($identifier, "span");
17  $this->content=$caption;
18  $this->setProperty("class", "badge");
19  }
20 }
__construct($identifier, $caption="")
Definition: HtmlBadge.php:15