Example #1
0
 /**
  * Show all available options.
  * 
  * @return mixed
  */
 public function actionAdmin()
 {
     $options = Page::getOptionsList();
     return $this->render('admin', ['options' => $options]);
 }