|
Previous Page |
Solar_Sql_Model_Filter |
Next Page |
getData()
public
mixed
getData (
string $key default NULL
)
Gets a copy of the data array, or a specific element of data, being processed by applyChain().
Inherited from Solar_Filter.
Parameters
- (string)
$key: If empty, returns the whole data array; otherwise, returns just that key element of data.
Returns
- (mixed) A copy of the data array or element.
Description
Gets a copy of the data array, or a specific element of data, being processed by applyChain().
See Also
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- _applyChain()
- _chainLocale()
- _exception()
- _setup()
- addChainFilter()
- addChainFilters()
- addFilterClass()
- apiVersion()
- applyChain()
- dump()
- free()
- getChainInvalid()
- getData()
- getDataKey()
- getFilter()
- getFilterClass()
- getRequire()
- locale()
- newFilter()
- resetChain()
- setChainLocaleObject()
- setChainRequire()
- setData()
- setFilterClass()
- setRequire()