Condition
final class Condition extends Component (View source)
WHERE
keyword parser.
Properties
static string[] | $DELIMITERS | Logical operators that can be used to delimit expressions. |
|
static array<string,int> | $ALLOWED_KEYWORDS | List of allowed reserved keywords in conditions. |
|
array<int,mixed> | $identifiers | Identifiers recognized. |
|
bool | $isOperator | Whether this component is an operator. |
|
string | $expr | The condition. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(string $expr = null)
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(string $expr = null)
No description