path() public static method

Return the current path
public static path ( ) : string
return string
コード例 #1
0
ファイル: UrlTest.php プロジェクト: jbzoo/utils
 public function testEmpty()
 {
     isSame(null, Url::root());
     isSame(null, Url::path());
     isSame(null, Url::current());
 }