Property | Type | Description | |
---|---|---|---|
$ALLOWED_KEYWORDS | array | List of allowed reserved keywords in conditions. | |
$DELIMITERS | array | Logical operators that can be used to delimit expressions. | |
$expr | string | The condition. | |
$identifiers | array | Identifiers recognized. | |
$isOperator | boolean | Whether this component is an operator. |
Method | Description | |
---|---|---|
__construct ( string $expr = null ) | Constructor. | |
build ( |
||
parse ( |
public __construct ( string $expr = null ) | ||
$expr | string | The condition or the operator. |
public static array $ALLOWED_KEYWORDS | ||
return | array |
public static array $DELIMITERS | ||
return | array |
public bool $isOperator | ||
return | boolean |