Example #1
0
 public function loadTemplate()
 {
     throw new Deprecated();
     $view = View::fromController($this);
     return $view->getContents();
 }