Table of Contents
-
$left
: mixed
-
$operation
: string
-
$right
: mixed
-
__construct()
: mixed
-
evaluate()
: bool
$left
private
mixed
$left
$operation
read-only
private
string
$operation
$right
private
mixed
$right
__construct()
public
__construct(string $operation, mixed $left, mixed $right) : mixed
Parameters
-
$operation
: string
-
-
$left
: mixed
-
-
$right
: mixed
-
Return values
mixed
—
evaluate()
public
evaluate(array<string|int, mixed> $params) : bool
Parameters
-
$params
: array<string|int, mixed>
-
Return values
bool
—