setData()
setData(array $data) : \Charcoal\Source\Filter
Parameters
array | $data | The filter data. |
Returns
\Charcoal\Source\Filter —Chainable
setData(array $data) : \Charcoal\Source\Filter
array | $data | The filter data. |
Chainable
setActive(boolean $active) : \Charcoal\Source\FilterInterface
boolean | $active | The active flag. |
Chainable
setProperty(string $property) : \Charcoal\Source\FilterInterface
string | $property | The filter's property. |
If the property argument is not a string.
Chainable
setVal(mixed $val) : \Charcoal\Source\FilterInterface
mixed | $val | The filter value. |
Chainable
setOperator(string $operator) : \Charcoal\Source\FilterInterface
string | $operator | The filter operator. |
Chainable
setFunc(string $func) : \Charcoal\Source\FilterInterface
string | $func | The filter function. |
Chainable
setOperand(string $operand) : \Charcoal\Source\FilterInterface
string | $operand | The filter operand. |
Chainable
setTableName(string $tableName) : \Charcoal\Source\FilterInterface
string | $tableName | The table name (default to objTable). |
Chainable
setString(string $sql) : \Charcoal\Source\FilterInterface
string | $sql | The filter SQL string. |
Chainable