예제 #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();
 }