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 
4 
7 
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 }
__construct($identifier, $tagName="br", $baseClass="ui")
Base class for Semantic single elements.