getPath() 공개 메소드

Handle the trailing slash option.
public getPath ( )
예제 #1
0
 /**
  * @expectedException \LogicException
  */
 public function testPrefixNonpersisted()
 {
     $route = new Route();
     $route->getPath();
 }