Represents a name/value pair part of a header.
- author Zaahid Bateson
CloneableInstantiable
Constants |
Methods |
public __construct(ZBateson Constructs a ParameterPart out of a name/value pair. The name and If $language is provided, $name and $value are not mime-decoded. Instead,
|
public getLanguage() Returns the RFC-1766 (or subset) language tag, if the parameter is a
|
public getName() Returns the name of the parameter.
|
Properties |
protected $language = NULL
|
protected $name = NULL
|
Methods |