__toString()
fromString()
getFieldName()
getFieldValue()
getUri()
setUri()
toString()
uri()
$uri
Abstract Location Header Supports headers that have URI as value
see | \Zend\Http\Header\Location |
---|---|
see | \Zend\Http\Header\ContentLocation |
see | \Zend\Http\Header\Referer |
__toString() : string
string
fromString(string $headerLine) : \Zend\Http\Header\AbstractLocation
string
\Zend\Http\Header\Exception\InvalidArgumentException |
---|
getFieldName() : string
inherited_from | \Zend\Http\Header\HeaderInterface::getFieldName() |
---|
string
getFieldValue() : string
string
getUri() : string
string
setUri(string | \Zend\Uri\UriInterface $uri) : \Zend\Http\Header\AbstractLocation
string\Zend\Uri\UriInterface
\Zend\Http\Header\Exception\InvalidArgumentException |
---|
toString() : string
Returns in form of "NAME: VALUE"
string
uri() : \Zend\Uri\UriInterface