phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
HtmlContentOnly.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Ajax\common\html;
4 
6  public function __construct($content,$identifier=""){
7  parent::__construct($identifier);
8  $this->_template='%wrapContentBefore%%content%%wrapContentAfter%';
9  $this->setContent($content);
10  }
11 }
12 
__construct($content, $identifier="")