예제 #1
0
파일: Adm.php 프로젝트: richardcj/yii2-adm
 /**
  * Marks the beginning of a page.
  * @param \yii\web\View $view the view to be registered with
  */
 public function beginPage($view)
 {
     $view->beginPage();
     $this->trigger(self::EVENT_BEGIN_PAGE);
 }