Esempio n. 1
0
 /**
  *
  * @param string $route
  * @return string
  */
 public function includeModule($route)
 {
     return Ajde_Component_Include::processStatic($this->getParser(), array('route' => $route));
 }
Esempio n. 2
0
 /**
  * @param string $route
  *
  * @return string
  */
 public function includeModule($route, $vars = [])
 {
     return Ajde_Component_Include::processStatic($this->getParser(), ['route' => $route, 'vars' => $vars]);
 }