getCurrentPath() 공개 메소드

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