AirLay backend

Expression
in package

Table of Contents

$left  : mixed
$operation  : string
$right  : mixed
__construct()  : mixed
evaluate()  : bool

Properties

Methods

__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

Search results