Ejemplo n.º 1
0
 /**
  * Get the relative URI of this navigation item using the given
  * {@see RouterInterface} object.
  *
  * @param RouterInterface $router Used to generate the URI.
  * @param string $routeID The ID of the route.
  * @return string
  *
  */
 public function getRelativeURI(RouterInterface $router, $routeID)
 {
     return $router->getURI($routeID, $this->routingArgs, FALSE);
 }