Starts processing tokens after a '=' character is found, indicating the 'value' portion of a name/value pair in a parameter header.
The value portion will consist of all tokens, quoted parts, and comment parts parsed up to a semi-colon token indicating control should be returned to the parent ParameterNameValueConsumerService.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(Psr\Log\LoggerInterface $logger, ZBateson |
Properties |
Methods |
protected getTokenSeparators() : array Returns semi-colon and equals char as token separators.
|
protected isEndToken(string $token) : bool Returns true if the token is a ';' character. |
protected isStartToken(string $token) : bool Returns true if the token is an '=' character. |