LinkHeaderItem
class LinkHeaderItem
Methods
__construct(string $uri, string|array $attributes)
Constructor.
string
__toString()
cast item to string
string
getUri()
Get URI.
setUri(string $uri)
Set a new URI.
string
getRel()
Get rel attribute
setAttribute(string $name, string $value)
Set attribute
string
getAttribute(string $name)
Get an attribute.
Details
at line 30
__construct(string $uri, string|array $attributes)
Constructor.
at line 50
string
__toString()
cast item to string
at line 66
string
getUri()
Get URI.
at line 78
LinkHeaderItem
setUri(string $uri)
Set a new URI.
at line 89
string
getRel()
Get rel attribute
at line 103
LinkHeaderItem
setAttribute(string $name, string $value)
Set attribute
at line 116
string
getAttribute(string $name)
Get an attribute.