示例#1
0
文件: Tag.php 项目: okite11/frames21
 protected function _construct()
 {
     parent::_construct();
     $this->setTagParams(array());
 }
示例#2
0
文件: Extend.php 项目: axovel/exqzt
 /**
  *
  * @return 
  */
 protected function _construct()
 {
     $this->setTemplate('small.phtml');
     return parent::_construct();
 }