Copied!

Operator is an abstract class to specify valid SQL operators for \PHPFUI\ORM\Condition

Abstract
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 = ''
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration