Example #1
0
 /**
  * Add new paths (YAML).
  *
  * @param string $container
  * @param string $path
  * @param string $routesContainer
  */
 public function addPath($container, $path, $routesContainer)
 {
     $this->router->addPath($container, $path, $routesContainer);
 }