Class Ingo_Storage_Sql
Ingo_Storage_Sql implements the Ingo_Storage API to save Ingo data via
Horde's Horde_Db database abstraction layer.
See the enclosed file LICENSE for license information (ASL). If you
did not receive this file, see http://www.horde.org/licenses/apache.
-
Ingo_Storage
-
Ingo_Storage_Sql
Methods summary
public
|
#
__construct( array $params = array() )
Constructor.
Parameters
- $params
- Additional parameters for the subclass.
Throws
Horde_Exception
Overrides
|
public
|
#
removeUserData( string $user )
Removes the data of the specified user from the storage backend.
Removes the data of the specified user from the storage backend.
Parameters
- $user
- The user name to delete filters for.
Throws
Overrides
|
Constants inherited from Ingo_Storage
ACTION_BLACKLIST,
ACTION_DISCARD,
ACTION_FILTERS,
ACTION_FLAGONLY,
ACTION_FORWARD,
ACTION_KEEP,
ACTION_MOVE,
ACTION_MOVEKEEP,
ACTION_NOTIFY,
ACTION_REDIRECT,
ACTION_REDIRECTKEEP,
ACTION_REJECT,
ACTION_SPAM,
ACTION_VACATION,
ACTION_WHITELIST,
COMBINE_ALL,
COMBINE_ANY,
FLAG_ANSWERED,
FLAG_DELETED,
FLAG_FLAGGED,
FLAG_SEEN,
TYPE_BODY,
TYPE_HEADER,
TYPE_SIZE
|