Exemplo n.º 1
0
 /**
  * @return string the action view file path
  */
 public function getViewPath()
 {
     if ($this->viewPath !== null) {
         return \Yii::getAlias($this->viewPath) . '/' . $this->getControllerID();
     } else {
         return parent::getViewPath();
     }
 }