|
Previous Page |
Solar_Sql_Model_Filter |
Next Page |
__call()
public
mixed
__call (
string $method,
array $params
)
Magic call to filter methods represented as classes.
Inherited from Solar_Filter.
Parameters
- (string)
$method: The filter method to call; e.g., 'sanitizeTrim' maps toSolar_Filter_SanitizeTrim::sanitizeTrim(). - (array)
$params: Params passed to the method, if any.
Returns
- (mixed)
Description
Magic call to filter methods represented as classes.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- _chainLocale()
- _exception()
- _setup()
- addChainFilter()
- addChainFilters()
- addFilterClass()
- apiVersion()
- applyChain()
- dump()
- getChainInvalid()
- getData()
- getDataKey()
- getFilter()
- getFilterClass()
- getRequire()
- locale()
- newFilter()
- resetChain()
- setChainLocaleObject()
- setChainRequire()
- setData()
- setFilterClass()
- setRequire()