getPath() public method

public getPath ( $name, $parameters = [] )
Ejemplo n.º 1
0
 public function toRoute($handler, $parameters = [])
 {
     $path = $this->router->getPath($handler, $parameters);
     return $this->getUrlToPath($path);
 }