Auth_Yadis_PHPSession Class Reference

List of all members.


Detailed Description

Yadis service manager to be used during yadis-driven authentication attempts. The base session class used by the Auth_Yadis_Manager. This class wraps the default PHP session machinery and should be subclassed if your application doesn't use PHP sessioning.

Definition at line 17 of file Manager.php.


Public Member Functions

 set ($name, $value)
 get ($name, $default=null)
 del ($name)
 contents ()

Member Function Documentation

Auth_Yadis_PHPSession.set ( name,
value 
)

Set a session key/value pair.

Parameters:
string $name The name of the session key to add.
string $value The value to add to the session.

Definition at line 24 of file Manager.php.

Auth_Yadis_PHPSession.get ( name,
default = null 
)

Get a key's value from the session.

Parameters:
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.
Returns:
string $result The key's value in the session or $default if it isn't found.

Definition at line 38 of file Manager.php.

Auth_Yadis_PHPSession.del ( name  ) 

Remove a key/value pair from the session.

Parameters:
string $name The name of the key to remove.

Definition at line 52 of file Manager.php.

Auth_Yadis_PHPSession.contents (  ) 

Return the contents of the session in array form.

Definition at line 60 of file Manager.php.


The documentation for this class was generated from the following file:

Generated on Thu Feb 19 15:03:41 2009 for OXID eShop CE by  doxygen 1.5.5