FarahUrlAuthority
implements
Hashable
-
author
-
Interfaces, Classes and Traits
- Hashable
Table of Contents
-
__toString()
: string
-
createFromHttpAuthority()
: FarahUrlAuthority
-
createFromVendorAndModule()
: FarahUrlAuthority
-
equals()
: bool
-
getModule()
: string
-
getProtocol()
: string
-
getVendor()
: string
-
hash()
: mixed
__toString()
public
__toString() : string
Return values
string
—
createFromHttpAuthority()
public
static createFromHttpAuthority(string $authority) : FarahUrlAuthority
Parameters
-
$authority
: string
-
Return values
FarahUrlAuthority
—
createFromVendorAndModule()
public
static createFromVendorAndModule(string $vendor, string $module) : FarahUrlAuthority
Parameters
-
$vendor
: string
-
-
$module
: string
-
Return values
FarahUrlAuthority
—
equals()
public
equals(mixed $obj) : bool
Parameters
-
$obj
: mixed
-
Return values
bool
—
getModule()
public
getModule() : string
Return values
string
—
getProtocol()
public
getProtocol() : string
Return values
string
—
getVendor()
public
getVendor() : string
Return values
string
—
hash()
public
hash() : mixed
Return values
mixed
—