Parses a single ID from an ID header. Begins consuming on a '<' char, and ends on a '>' char.
- author Zaahid Bateson
CloneableInstantiable
| Methods |
| public getTokenSeparators() : array Overridden to return patterns matching the beginning part of an ID ('<' and '>' chars).
|
| Properties |
| Methods |
| protected getPartForToken(string $token, bool $isLiteral) : ?ZBateson Returns null for whitespace, and Token for anything else. |
| protected isEndToken(string $token) : bool Returns true for '>'. |
| protected isStartToken(string $token) : bool Returns true for '<'. |