Exemplo n.º 1
0
 /**
  * Select and render index page.
  *
  * @return mixed
  */
 public function actionIndexPage()
 {
     return $this->actionPage(Page::getIndexPage()->alias);
 }