Class HeaderParameter
Representation of a header parameter.
Namespace: ICanBoogie\HTTP
See: http://tools.ietf.org/html/rfc2231
See: http://tools.ietf.org/html/rfc5987
See: http://greenbytes.de/tech/tc2231/#attwithfn2231utf8
Located at vendor/icanboogie/http/lib/headers/parameter.php
See: http://tools.ietf.org/html/rfc2231
See: http://tools.ietf.org/html/rfc5987
See: http://greenbytes.de/tech/tc2231/#attwithfn2231utf8
Located at vendor/icanboogie/http/lib/headers/parameter.php
Methods summary
public static
|
#
from( mixed $source )
Creates a |
public static
boolean
|
|
public static
string
|
|
public
|
#
__construct( string $attribute, string $value = null, string|null $language = null )
Initializes the |
public
mixed
|
#
__get( string $property )
Handles the |
public
string
|
|
public
string
|
Magic methods summary
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. |