n2n Page Rocket 1 API

n2n\util\uri

­Url

Url

Constant summary

Property summary

Modifier and Type Property
protected scheme
protected userInfo
protected authority
protected path
protected query
protected fragment

Methods summary

Modifier and Type Method
public __construct ( string scheme = null , Authority authority = null , Path path = null , Query query = null , string fragment = null )
public string getScheme ( )
public hasScheme ( )
public Authority getAuthority ( )
public Path getPath ( )
public Query getQuery ( )
public string getFragment ( )
public Url chScheme ( string scheme = null )
public Url chAuthority ( mixed authority )
public Url chUserInfo ( mixed userInfo )
public Url chHost ( mixed host = null )
public Url chPort ( mixed port = null )
public Url chPath ( mixed path = null )
public Url chQuery ( mixed query )
public Url chFragment ( string fragment )
public ext ( unknown relativeUrl )
public Url extR ( unknown pathExt = null , unknown queryExt = null , mixed fragment = null )
public pathExt ( unknown pathPartExts )
public pathExtEnc ( unknown pathExts )
public queryExt ( unknown query )
public Url reducedPath ( number num = 1 )
public Url subPath ( number start , string num = null )
public Url toRelativeUrl ( )
public static createRelativeUrl ( unknown path = null , unknown query = null , unknown fragment = null )
public static Url|null build ( unknown expression )
public static Url create ( mixed expression , bool lenient = false )
public string __toString ( )
public isRelative ( )
public string toIdnaAsciiString ( )
public bool equals ( unknown url )

Constants in detail

Properties in detail

Methods in detail