コード例 #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();
 }