| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 307 lignes (9 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
sfCreoleSessionStorage:: (8 méthodes):
initialize()
sessionClose()
sessionDestroy()
sessionGC()
sessionOpen()
sessionRead()
sessionWrite()
shutdown()
Classe: sfCreoleSessionStorage - X-Ref
Provides support for session storage using a CreoleDb database abstraction layer.| initialize($context, $parameters = null) X-Ref |
| Initialize this Storage. param: Context A Context instance. param: array An associative array of initialization parameters. return: bool true, if initialization completes successfully, otherwise |
| sessionClose() X-Ref |
| Close a session. return: bool true, if the session was closed, otherwise false. |
| sessionDestroy($id) X-Ref |
| Destroy a session. param: string A session ID. return: bool true, if the session was destroyed, otherwise an exception |
| sessionGC($lifetime) X-Ref |
| Cleanup old sessions. param: int The lifetime of a session. return: bool true, if old sessions have been cleaned, otherwise an |
| sessionOpen($path, $name) X-Ref |
| Open a session. param: string param: string return: bool true, if the session was opened, otherwise an exception is |
| sessionRead($id) X-Ref |
| Read a session. param: string A session ID. return: bool true, if the session was read, otherwise an exception is |
| sessionWrite($id, $data) X-Ref |
| Write session data. param: string A session ID. param: string A serialized chunk of session data. return: bool true, if the session was written, otherwise an exception is |
| shutdown() X-Ref |
| Execute the shutdown procedure. return: void |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |