Example #1
0
 /**
  * Returns a view for the format of this task.
  *
  * @param string $name the name of the view
  * @return View the view
  * @throws ClassNotFoundException if the view could not be loaded
  */
 public function getView($name)
 {
     return $this->controller->getView($this->format, $name);
 }