コード例 #1
0
ファイル: Flatpage.php プロジェクト: netconstructor/Centurion
 public function init()
 {
     parent::init();
     $this->_specialGets['level_title'] = 'getLevelTitle';
     $this->_specialGets['href'] = 'getHref';
     $this->_specialGets['is_visible'] = 'isVisible';
 }