phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlItem.php
Go to the documentation of this file.
1 <?php
2 
4 
5 
10 class HtmlItem extends HtmlViewItem {
11 
12  public function __construct($identifier) {
13  parent::__construct($identifier, "item", []);
14  }
15 }
Semantic html item use in Items component.
Definition: HtmlItem.php:10