API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe JSessionStorageEaccelerator

Graphe d'héritage de JSessionStorageEaccelerator:
Graphe de collaboration de JSessionStorageEaccelerator:

Liste de tous les membres

Fonctions membres publiques

Fonctions membres publiques statiques


Documentation des constructeurs et destructeur

JSessionStorageEaccelerator::__construct ( options = array())

Constructor

protected

Paramètres:
array$optionsoptional parameters

Réimplémentée à partir de JSessionStorage.

Références JError::raiseError().

Voici le graphe d'appel pour cette fonction :


Documentation des fonctions membres

JSessionStorageEaccelerator::close ( )

Close the SessionHandler backend.

public

Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::destroy ( id)

Destroy the data for a particular session identifier in the SessionHandler backend.

public

Paramètres:
string$idThe session identifier.
Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::gc ( maxlifetime)

Garbage collect stale sessions from the SessionHandler backend.

public

Paramètres:
integer$maxlifetimeThe maximum age of a session.
Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::open ( save_path,
session_name 
)

Open the SessionHandler backend.

public

Paramètres:
string$save_pathThe path to the session object.
string$session_nameThe name of the session.
Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::read ( id)

Read the data for a particular session identifier from the SessionHandler backend.

public

Paramètres:
string$idThe session identifier.
Renvoie:
string The session data.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::test ( ) [static]

Test to see if the SessionHandler is available.

public

Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.

JSessionStorageEaccelerator::write ( id,
session_data 
)

Write session data to the SessionHandler backend.

public

Paramètres:
string$idThe session identifier.
string$session_dataThe session data.
Renvoie:
boolean True on success, false otherwise.

Réimplémentée à partir de JSessionStorage.


La documentation de cette classe a été générée à partir du fichier suivant :