コード例 #1
0
ファイル: Controller.php プロジェクト: nabble/ajde-core
 public function loadTemplate()
 {
     throw new Deprecated();
     $view = View::fromController($this);
     return $view->getContents();
 }