getPath() public méthode

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