API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
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.
string | $name | The name of the key to remove. |
Auth_Yadis_PHPSession::get | ( | $ | name, |
$ | default = null |
||
) |
Get a key's value from the session.
string | $name | The name of the key to retrieve. |
string | $default | The optional value to return if the key is not found in the session. |
Références $name.
Auth_Yadis_PHPSession::set | ( | $ | name, |
$ | value | ||
) |
Set a session key/value pair.
string | $name | The name of the session key to add. |
string | $value | The value to add to the session. |
Références $name.