Parses the Address portion of an email address header, for an address part
that contains both a name and an email address, e.g. "name" email@tld.com.
The address portion found within the '<' and '>' chars may contain comments
and quoted portions.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public getTokenSeparators() Overridden to return patterns matching the beginning/end part of an
|
Properties |
Methods |
protected getSubConsumers() Returns the following as sub-consumers:
|
protected isEndToken( $token) Returns true for the '>' char.
|
protected isStartToken( $token) Returns true for the '<' char.
|
protected processParts(array $parts) Returns a single AddressPart with its 'email' portion set, so an
|
Methods |