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

Référence de la classe Auth_Yadis_PHPSession

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

Auth_Yadis_PHPSession::contents ( )

Return the contents of the session in array form.

Auth_Yadis_PHPSession::del ( name)

Remove a key/value pair from the session.

Paramètres:
string$nameThe name of the key to remove.
Auth_Yadis_PHPSession::get ( name,
default = null 
)

Get a key's value from the session.

Paramètres:
string$nameThe name of the key to retrieve.
string$defaultThe optional value to return if the key is not found in the session.
Renvoie:
string $result The key's value in the session or $default if it isn't found.

Références $name.

Auth_Yadis_PHPSession::set ( name,
value 
)

Set a session key/value pair.

Paramètres:
string$nameThe name of the session key to add.
string$valueThe value to add to the session.

Références $name.


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