sfSessionStorage allows you to store persistent symfony data in the user session.
Method Summary
-
mixed
&()
Removes data from this storage.
-
boolean
initialize(, )
Initializes this Storage instance.
-
shutdown()
Executes the shutdown procedure.
-
write(, )
Writes data to this storage.
Methods inherited from sfStorage
& , getContext , getParameter , getParameterHolder , hasParameter , initialize , newInstance , setParameter , shutdown , write
Method Details
-
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
-
(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 Storage
-
Executes the shutdown procedure.
-
Writes data to this storage.
The preferred format for a key is directory style so naming conflicts can be avoided.
|