aliroUser Class Reference

Inheritance diagram for aliroUser:

mosUser aliroDatabaseRow aliroDBGeneralRow

List of all members.

Public Member Functions

 reset ()

Static Public Member Functions

static getInstance ()

Private Member Functions

 __construct ()
 __clone ()

Static Private Attributes

static $instance = __CLASS__


Detailed Description

Definition at line 140 of file aliroUser.php.


Constructor & Destructor Documentation

aliroUser::__construct (  )  [private]

Definition at line 143 of file aliroUser.php.

References mosUser::getSessionData().

00143                                     {
00144         $this->getSessionData();
00145     }


Member Function Documentation

aliroUser::__clone (  )  [private]

Definition at line 147 of file aliroUser.php.

00147                                 {
00148         // Enforce singleton
00149     }

static aliroUser::getInstance (  )  [static]

aliroUser::reset (  ) 

Definition at line 155 of file aliroUser.php.

References mosUser::getSessionData().

00155                              {
00156         $this->getSessionData();
00157     }


Member Data Documentation

aliroUser::$instance = __CLASS__ [static, private]

Definition at line 141 of file aliroUser.php.


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

Generated on Wed May 14 13:02:00 2008 for ALIRO by  doxygen 1.5.5