allow)) { throw new \Qii\Exceptions\Unsupport(\Qii::i('Unsupport method', $engine)); } $class = '\Qii\View\\'. ucwords($engine); return $this->view = new $class(); } public function getView() { return $this->view; } }