Ingo_StorageIngo_Storage:: defines an API to store the various filter rules.
Located in /lib/Storage.php (line 58)
| Class | Description |
|---|---|
Ingo_Storage_mock
|
Ingo_Storage_mock:: is used for testing purposes. It just keeps the data local and doesn't put it anywhere. |
Ingo_Storage_prefs
|
Ingo_Storage_prefs:: implements the Ingo_Storage:: API to save Ingo data via the Horde preferences system. |
Ingo_Storage_sql
|
Ingo_Storage_sql implements the Ingo_Storage API to save Ingo data via PHP's PEAR database abstraction layer. |
Ingo_Storage_rule|Ingo_Storage_filters
&retrieve
(integer $field, [boolean $cache = true], [boolean $readonly = false])
factory (line 93)
Attempts to return a concrete Ingo_Storage instance based on $driver.
getActionInfo (line 270)
Returns information on a given action constant.
getTestInfo (line 338)
Returns information on a given test string.
removeUserData (line 400)
Removes the user data from the storage backend.
Stub for child class to override if it can implement.
retrieve (line 124)
Retrieves the specified data.
store (line 174)
Stores the specified data.
_retrieve (line 161)
Retrieves the specified data from the storage backend.
Documentation generated on Sun, 30 Jan 2011 05:29:31 +0000 by phpDocumentor 1.4.3