Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
register () | |
Fonctions membres publiques inherited from JSessionStorage | |
open ($save_path, $session_name) | |
close () | |
read ($id) | |
write ($id, $session_data) | |
destroy ($id) | |
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 memcached.php.
JSessionStorageMemcached::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters. |
RuntimeException |
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 29 du fichier memcached.php.
Références JFactory\getConfig().
|
static |
Test to see if the SessionHandler is available.
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 70 du fichier memcached.php.
JSessionStorageMemcached::register | ( | ) |
Register the functions of this class with PHP's session handler
Réimplémentée à partir de JSessionStorage.
Définition à la ligne 57 du fichier memcached.php.