Ejemplo n.º 1
0
 /**
  * Set theme
  *
  * @param string $name Theme name
  *
  * @throws Exception
  */
 public function setTheme($theme)
 {
     return Application::setTheme($theme);
 }