oxOpenIdSession Class Reference

Inheritance diagram for oxOpenIdSession:

Inheritance graph
[legend]
Collaboration diagram for oxOpenIdSession:

Collaboration graph
[legend]

List of all members.


Detailed Description

oxSession wrapper for OpenId Performs session managing function, such as variables deletion, initialisation and other session functions.

Definition at line 10 of file oxopenidsession.php.


Public Member Functions

 set ($name, $value)
 get ($name)
 del ($name)

Static Public Member Functions

static getInstance ()

Static Protected Attributes

static $_instance = null

Member Function Documentation

static oxOpenIdSession.getInstance (  )  [static]

get oxOpenIdSession object instance (create if needed)

Returns:
oxOpenIdSession

Reimplemented from oxSession.

Definition at line 23 of file oxopenidsession.php.

oxOpenIdSession.set ( name,
value 
)

Calls parent.setVar

Parameters:
string $name Name of parameter to store
mixed $value Value of parameter
Returns:
null

Definition at line 39 of file oxopenidsession.php.

oxOpenIdSession.get ( name  ) 

Calls parent.getVar

Parameters:
string $name Name of parameter
Returns:
mixed

Definition at line 51 of file oxopenidsession.php.

oxOpenIdSession.del ( name  ) 

Calls parent.deleteVar

Parameters:
string $name Name of parameter to destroy
Returns:
null

Definition at line 63 of file oxopenidsession.php.


Member Data Documentation

oxOpenIdSession.$_instance = null [static, protected]

Singleton instance keeper.

Reimplemented from oxSession.

Definition at line 16 of file oxopenidsession.php.


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

Generated on Thu Feb 19 15:09:04 2009 for OXID eShop CE by  doxygen 1.5.5