FarahUrlAuthority
in package
implements
Hashable
Tags
Table of Contents
Interfaces
- Hashable
Methods
- __toString() : string
- createFromHttpAuthority() : FarahUrlAuthority
- createFromVendorAndModule() : FarahUrlAuthority
- equals() : bool
- getModule() : string
- getProtocol() : string
- getVendor() : string
- hash() : mixed
Methods
__toString()
public
__toString() : string
Return values
stringcreateFromHttpAuthority()
public
static createFromHttpAuthority(string $authority) : FarahUrlAuthority
Parameters
- $authority : string
Return values
FarahUrlAuthoritycreateFromVendorAndModule()
public
static createFromVendorAndModule(string $vendor, string $module) : FarahUrlAuthority
Parameters
- $vendor : string
- $module : string
Return values
FarahUrlAuthorityequals()
public
equals(mixed $obj) : bool
Parameters
- $obj : mixed
Return values
boolgetModule()
public
getModule() : string
Return values
stringgetProtocol()
public
getProtocol() : string
Return values
stringgetVendor()
public
getVendor() : string
Return values
stringhash()
public
hash() : mixed