DoubleQuote
extends PartParser
in package
Table of Contents
- $lexer : EmailLexer
- $warnings : array<string|int, mixed>
- __construct() : mixed
- getWarnings() : array<string|int, Warning>
- parse() : Result
- checkConsecutiveDots() : Result
- checkDQUOTE() : Result
- escaped() : bool
- parseFWS() : Result
Properties
$lexer
protected
EmailLexer
$lexer
$warnings
protected
array<string|int, mixed>
$warnings
= []
Methods
__construct()
public
__construct(EmailLexer $lexer) : mixed
Parameters
- $lexer : EmailLexer
Return values
mixed —getWarnings()
public
getWarnings() : array<string|int, Warning>
Return values
array<string|int, Warning> —parse()
public
parse() : Result
Return values
Result —checkConsecutiveDots()
protected
checkConsecutiveDots() : Result
Return values
Result —checkDQUOTE()
protected
checkDQUOTE() : Result
Return values
Result —escaped()
protected
escaped() : bool
Return values
bool —parseFWS()
protected
parseFWS() : Result