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
Methods |
public abstract getComments() : array Returns any CommentParts under this part container.
|
public abstract getValue() : ?string Returns the part's value.
|