Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
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 inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Fonctions membres publiques statiques | |
static | test () |
Fonctions membres publiques statiques inherited from JSessionStorage | |
static | getInstance ($name= 'none', $options=array()) |
Additional Inherited Members | |
Attributs protégés statiques inherited from JSessionStorage | |
static | $instances = array() |
JSessionStorageApc::__construct | ( | $options = array() | ) |
Constructor
array | $options | Optional parameters |
Réimplémentée à partir de JSessionStorage.
Références $options, JText\_(), et JError\raiseError().
JSessionStorageApc::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.
Références $id.
JSessionStorageApc::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.
Références $id.
|
static |
Test to see if the SessionHandler is available.
Réimplémentée à partir de JSessionStorage.
JSessionStorageApc::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.
Références $id.