MatchCondition implements ScalarFunction
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- eval() : mixed
- valid() : bool
Methods
__construct()
public
__construct(mixed $condition, mixed $then) : mixed
Parameters
- $condition : mixed
- $then : mixed
eval()
public
eval(Row $row) : mixed
Parameters
- $row : Row
valid()
public
valid(Row $row) : bool
Parameters
- $row : Row