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