Holds a string value token that will require additional processing by a consumer prior to returning to a client.
A Token is meant to hold a value for further processing -- for instance when consuming an address list header (like From or To) -- before it's known what type of IHeaderPart it is (could be an email address, could be a name, or could be a group.)
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(Psr\Log\LoggerInterface $logger, ZBateson |
public getRawValue() : string Returns the part's raw value. |
public getValue() : string Returns the part's representative value after any necessary processing has been performed. For the raw value, call getRawValue(). |
Properties |
protected string $rawValue
|
Methods |