Operator is an abstract class to specify valid SQL operators for \PHPFUI\ORM\Condition
Abstract
- Children
- Implements
Stringable
| Methods |
| public __toString() : string |
| public correctlyTyped(?mixed $variable) : bool Return true if the variable passed is of the correct type for the operator. Normally a scalar, but LIKE needs a string and IN needs an array. |
| public getOperatorString() : string |
| Properties |
| protected string $operator = '' |