ComparisonField
Query comparison field class.
Table of Contents
- operatorGf() : array<string|int, mixed>
- Greater than field operator.
- operatorHf() : array<string|int, mixed>
- Greater than field or equal operator.
- operatorLf() : array<string|int, mixed>
- Less than field operator.
- operatorMf() : array<string|int, mixed>
- Less than field or equal operator.
Methods
operatorGf()
Greater than field operator.
public
operatorGf() : array<string|int, mixed>
Return values
array<string|int, mixed> —operatorHf()
Greater than field or equal operator.
public
operatorHf() : array<string|int, mixed>
Return values
array<string|int, mixed> —operatorLf()
Less than field operator.
public
operatorLf() : array<string|int, mixed>
Return values
array<string|int, mixed> —operatorMf()
Less than field or equal operator.
public
operatorMf() : array<string|int, mixed>