phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlContainer.php
Go to the documentation of this file.
1 <?php
2 
4 
16  public function __construct($identifier, $content="") {
17  parent::__construct($identifier, "div","ui container");
18  $this->content=$content;
19  }
20 
21  public function asText(){
22  return $this->addToProperty("class", "text");
23  }
24 }
addToProperty($name, $value, $separator=" ")
__construct($identifier, $content="")
Base class for Semantic double elements.
Semantic UI container component.