Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
read ($id) | |
write ($id, $session_data) | |
destroy ($id) | |
Fonctions membres publiques inherited from JSessionStorage | |
register () | |
open ($save_path, $session_name) | |
close () | |
gc ($maxlifetime=null) |
Fonctions membres publiques statiques | |
static | isSupported () |
Fonctions membres publiques statiques inherited from JSessionStorage | |
static | getInstance ($name= 'none', $options=array()) |
static | test () |
Additional Inherited Members | |
Attributs protégés statiques inherited from JSessionStorage | |
static | $instances = array() |
Définition à la ligne 19 du fichier xcache.php.
JSessionStorageXcache::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters. |
RuntimeException |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 29 du fichier xcache.php.
JSessionStorageXcache::destroy | ( | $id | ) |
Destroy the data for a particular session identifier in the SessionHandler backend.
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 86 du fichier xcache.php.
|
static |
Test to see if the SessionHandler is available.
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 105 du fichier xcache.php.
JSessionStorageXcache::read | ( | $id | ) |
Read the data for a particular session identifier from the SessionHandler backend.
string | $id | The session identifier. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 48 du fichier xcache.php.
JSessionStorageXcache::write | ( | $id, | |
$session_data | |||
) |
Write session data to the SessionHandler backend.
string | $id | The session identifier. |
string | $session_data | The session data. |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 71 du fichier xcache.php.