Methods

__construct()

__construct(string $uri) 

Parameters

$uri

string

Create an instance

factory(string $uri) : \Zend\Feed\self

Useful for chained validations

Parameters

$uri

string

Returns

\Zend\Feed\self

Retrieve the host

getHost() : string

Returns

string

Retrieve the URI path

getPath() : string

Returns

string

Retrieve the scheme

getScheme() : string

Returns

string

Is the URI absolute?

isAbsolute() : bool

Returns

bool

Is the URI valid?

isValid() : bool

Returns

bool

 Properties

 

$fragment

$fragment : string

 

$host

$host : string

 

$pass

$pass : string

 

$path

$path : string

 

$port

$port : int

 

$query

$query : string

 

$scheme

$scheme : string

 

$user

$user : string

 

$valid

$valid : bool

 

Valid schemes

$validSchemes