getPath() public method

Returns the path of the Url
public getPath ( ) : ValueObjects\Web\Path
return ValueObjects\Web\Path
Beispiel #1
0
 public function testGetPath()
 {
     $path = new Path('/bar');
     $this->assertTrue($this->url->getPath()->sameValueAs($path));
 }