getCurrentPath() public méthode

public getCurrentPath ( )
Exemple #1
0
 public function canonical()
 {
     $path = $this->router->getCurrentPath();
     return $this->getUrlToPath($path);
 }