Represents a single parsed part of a header line's value.
For header values with multiple parts, for instance a list of addresses, each
address would be parsed into a single part.
- author Zaahid Bateson
AbstractInterface
- Implements
Stringable
Methods |
public abstract __toString() : string Returns the value of the part (which is a string).
|
public abstract getValue() : ?string Returns the part's value.
|