Methods
Allow casting to string
__toString() : string
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::__toString() |
Returns
string
Create location-based header from string
fromString(string $headerLine) : \Zend\Http\Header\AbstractLocation
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::fromString() |
Parameters
$headerLine
string
Exceptions
Returns
Return header name
getFieldName() : string
Get header value as URI string
getFieldValue() : string
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::getFieldValue() |
Returns
string
Return the URI for this header
getUri() : string
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::getUri() |
Returns
string
Output header line
toString() : string
Inherited
Returns in form of "NAME: VALUE"
inherited_from |
\Zend\Http\Header\AbstractLocation::toString() |
Returns
string
Return the URI for this header as an instance of Zend\Uri\Http
uri() : \Zend\Uri\UriInterface
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::uri() |
Returns
Properties
URI for this header
$uri : \Zend\Uri\UriInterface
Inherited
inherited_from |
\Zend\Http\Header\AbstractLocation::$$uri |