Example #1
0
 /**
  * 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);
 }