phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
HtmlSemSingleElement.php
Go to the documentation of this file.
1<?php
2
4
7
15 public function __construct($identifier, $tagName="br",$baseClass="ui") {
16 parent::__construct($identifier, $tagName);
17 $this->_baseClass=$baseClass;
18 $this->setClass($baseClass);
19 }
20
25 public function addContent($content, $before=false) {}
26
27}
Base class for Semantic single elements.
__construct($identifier, $tagName="br", $baseClass="ui")