getCurrentPath() публичный Метод

public getCurrentPath ( )
Пример #1
0
 public function canonical()
 {
     $path = $this->router->getCurrentPath();
     return $this->getUrlToPath($path);
 }