예제 #1
0
 /**
  * Initialization hook method.
  *
  * @return void
  */
 public function initialize()
 {
     parent::initialize();
     Hook::applyHelpers($this);
 }
예제 #2
0
파일: AppView.php 프로젝트: UnionCMS/Core
 /**
  * Initialization hook method.
  *
  * @return void
  */
 public function initialize()
 {
     $this->_path = vPath();
     Hook::applyHelpers($this);
 }