예제 #1
0
파일: Page.php 프로젝트: agentile/foresmo
 /**
  * 
  * Hook for pre-action behavior.
  * 
  * @return void
  * 
  */
 protected function _preAction()
 {
     parent::_preAction();
     $this->hooks[__FUNCTION__]++;
 }