The Parle\ErrorInfo classIntroductionThe class represents detailed error information as supplied by Parle\Parser::errorInfo Class synopsisParle\ErrorInfo
class Parle\ErrorInfo
{
/* Properties */
public
int
$id;
public
int
$position;
public
mixed
$token;
/* Methods */
}Properties
|