getPath() public method

public getPath ( $name, $parameters = [] )
コード例 #1
0
ファイル: UrlGenerator.php プロジェクト: fluxbb/core
 public function toRoute($handler, $parameters = [])
 {
     $path = $this->router->getPath($handler, $parameters);
     return $this->getUrlToPath($path);
 }