Class HeaderParameter
Representation of a header parameter.
- ICanBoogie\HTTP\Headers\HeaderParameter uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\HTTP\Headers
See: http://tools.ietf.org/html/rfc2231
See: http://tools.ietf.org/html/rfc5987
See: http://greenbytes.de/tech/tc2231/#attwithfn2231utf8
Located at Headers/HeaderParameter.php
See: http://tools.ietf.org/html/rfc2231
See: http://tools.ietf.org/html/rfc5987
See: http://greenbytes.de/tech/tc2231/#attwithfn2231utf8
Located at Headers/HeaderParameter.php
Methods summary
protected
|
|
protected
|
|
public static
|
#
from( mixed $source )
Creates a |
public static
boolean
|
|
public static
string
|
|
public
|
#
__construct( string $attribute, string $value = null, string|null $language = null )
|
public
string
|
|
public
string
|
Properties summary
protected
string
|
$attribute
Token of the parameter. |
|
public
string
|
$value
Value of the parameter. |
|
public
string
|
$language
Language of the value. |
Magic properties
public read-only
string
|
$attribute
The attribute of the parameter. |
public read-only
string
|
$charset
The charset of the parameter's value. |