Condition
implements
Arrayable
Table of Contents
Interfaces
- Arrayable
Properties
-
$field
: string
-
$operator
: string
-
$value
: mixed
Methods
-
__construct()
: mixed
-
toArray()
: array<string|int, mixed>
$field
public
string
$field
$operator
public
string
$operator
= '='
$value
public
mixed
$value
__construct()
public
__construct(string $field, mixed $value[, string $operator = '=' ]) : mixed
Parameters
-
$field
: string
-
-
$value
: mixed
-
-
$operator
: string
= '='
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>