Beispiel #1
0
 /**
  * @param string $template
  * @param array  $parameters
  *
  * @return string
  *
  * @throws \RuntimeException
  */
 public function render($template, array $parameters = [])
 {
     return $this->view->render($template, $parameters);
 }