__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
stringfromString(string $headerLine) : \Zend\Http\Header\AbstractLocation
string
\Zend\Http\Header\Exception\InvalidArgumentException |
|---|
getFieldName() : string
| inherited_from | \Zend\Http\Header\HeaderInterface::getFieldName() |
|---|
stringgetFieldValue() : string
stringgetUri() : string
stringsetUri(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"
stringuri() : \Zend\Uri\UriInterface