PartParser
in package
AbstractYes
Table of Contents
Properties
- $lexer : EmailLexer
- $warnings : array<string|int, mixed>
Methods
- __construct() : mixed
- getWarnings() : array<string|int, Warning>
- parse() : Result
- checkConsecutiveDots() : 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
getWarnings()
public
getWarnings() : array<string|int, Warning>
Return values
array<string|int, Warning>parse()
public
abstract parse() : Result
Return values
ResultcheckConsecutiveDots()
protected
checkConsecutiveDots() : Result
Return values
Resultescaped()
protected
escaped() : bool
Return values
boolparseFWS()
protected
parseFWS() : Result