Operator
: string
in package
Table of Contents
Cases
- Addition = '+'
- And = 'and'
- AnyOf = 'anyof'
- Contains = 'contains'
- Division = '/'
- Empty = 'empty'
- Eq = '='
- Eq2 = '=='
- Eq3 = 'equal'
- Gt = '>'
- Gte = '>='
- Lt = '<'
- Lte = '<='
- Modulus = '%'
- Multiplication = '*'
- NotContains = 'notcontains'
- NotEmpty = 'notempty'
- NotEq = '<>'
- Or = 'or'
- Subtraction = '-'
Methods
- hasPrecendenceOver() : bool
- isUnary() : bool
- values() : array<string|int, mixed>
- getPrecedence() : int
Cases
Addition
Subtraction
Multiplication
Division
Modulus
Lt
Gt
Eq
Eq2
Eq3
Lte
Gte
NotEq
Or
And
AnyOf
Contains
NotContains
NotEmpty
Empty
Methods
hasPrecendenceOver()
public
hasPrecendenceOver(Operator $operator) : bool
Parameters
- $operator : Operator
Return values
boolisUnary()
public
isUnary() : bool
Return values
boolvalues()
public
static values() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getPrecedence()
private
getPrecedence() : int