ComparisonOperator
Enum
backed by
string
Interfaces
Cases
= 'eq'
= 'gt'
= 'gte'
= 'in'
= 'lt'
= 'lte'
= 'neq'
= 'not_in'
Methods
: bool
: string
: bool
: self
: string
: array<int, mixed>
Cases
Methods
public
compare(
mixed
$left,
mixed
$right) : bool
Parameters
$left
:
mixed
$right
:
mixed
Return values
bool
public
description() : string
Return values
string
public
isSetOperator() : bool
Return values
bool
public
negate() : self
Return values
self
public
symbol() : string
Return values
string
private
candidateSet(
mixed
$right) : array<int, mixed>
Parameters
$right
:
mixed
Return values
array<int, mixed>