-
Removes data from this storage.
The preferred format for a key is directory style so naming conflicts can be avoided.
returns Data associated with the key
throws sfStorageException If an error occurs while removing data from this storage
-
(sfContext) getContext ()
Browse code
Retrieves the current application context.
returns A sfContext instance
-
(mixed) getParameter (, , )
Browse code
Retrieves a parameter from the validator.
returns A parameter value
-
(sfParameterHolder) getParameterHolder ()
Browse code
Retrieves the parameters from the storage.
returns List of parameters
-
(boolean) hasParameter (, )
Browse code
Indicates whether or not a parameter exist for the storage instance.
returns true, if parameter exists, otherwise false
-
(boolean) initialize (, )
Browse code
Initializes this Storage instance.
returns true, if initialization completes successfully, otherwise false
throws sfInitializationException If an error occurs while initializing this sfStorage
-
(Storage) newInstance ()
Browse code
Retrieves a new Storage implementation instance.
returns A Storage implementation instance
throws sfFactoryException If a storage implementation instance cannot be created
-
Sets a parameter for the current storage instance.
-
Executes the shutdown procedure.
throws sfStorageException If an error occurs while shutting down this storage
-
Writes data to this storage.
The preferred format for a key is directory style so naming conflicts can be avoided.
throws sfStorageException If an error occurs while writing to this storage