DEFAULT_OPERATOR
DEFAULT_OPERATOR
Filter
setData(array $data) : \Charcoal\Source\Filter
array | $data | The filter data. |
Chainable
setProperty(string $property) : \Charcoal\Source\Filter
string | $property | The filter property. |
If the property argument is not a string.
(Chainable)
setVal(mixed $val) : \Charcoal\Source\Filter
mixed | $val | The filter value. |
(Chainable)
setOperator(string $operator) : \Charcoal\Source\Filter
string | $operator | The filter operator. |
If the parameter is not a valid operator.
(Chainable)
setFunc(string $func) : \Charcoal\Source\Filter
string | $func | The filter function. |
If the parameter is not a valid function.
(Chainable)
setOperand(string $operand) : \Charcoal\Source\Filter
string | $operand | The filter operand. |
If the parameter is not a valid operand.
(Chainable)
setTableName(string $tableName) : \Charcoal\Source\Filter
string | $tableName | The filter table name. |
If the parameter is not a string.
(Chainable)
setString(string $sql) : \Charcoal\Source\Filter
string | $sql | The custom filter SQL string. |
If the parameter is not a valid operand.
(Chainable)
setActive(boolean $active) : \Charcoal\Source\Filter
boolean | $active | The active flag. |
(Chainable)