| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 152 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
sfSessionTestStorage:: (5 méthodes):
initialize()
getSessionId()
write()
clear()
shutdown()
Classe: sfSessionTestStorage - X-Ref
sfSessionTestStorage is a fake sfSessionStorage implementation to allow easy testing.| initialize($context, $parameters = null) X-Ref |
| Initializes this Storage instance. param: sfContext A sfContext instance param: array An associative array of initialization parameters return: boolean true, if initialization completes successfully, otherwise false |
| getSessionId() X-Ref |
| Gets session id for the current session storage instance. return: string Session id |
| write($key, &$data) X-Ref |
| Pas de description |
| clear() X-Ref |
| Clears all test sessions. |
| shutdown() X-Ref |
| Executes the shutdown procedure. |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |