Example #1
0
 /**
  * Creates an path from a named route
  *
  * @param   string  $route  Route name
  * @param   array   $args   (optional) Route wildecard's values
  *
  * @return  string
  */
 public function getPath($route, array $args = array())
 {
     return $this->app->getPath($route, $args);
 }