path() public static method

Return the current path
public static path ( ) : string
return string
Example #1
0
 public function testEmpty()
 {
     isSame(null, Url::root());
     isSame(null, Url::path());
     isSame(null, Url::current());
 }