Documentation

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

Methods

hasPrecendenceOver()

public hasPrecendenceOver(Operator $operator) : bool
Parameters
$operator : Operator
Return values
bool

isUnary()

public isUnary() : bool
Return values
bool

values()

public static values() : array<string|int, mixed>
Tags
@return

list;

Return values
array<string|int, mixed>

getPrecedence()

private getPrecedence() : int
Return values
int

        
On this page

Search results