Class Session1_11

Description
Variable Summary
integer $Expires
integer $ID
integer $Persistent
string $RemoteHost
User $User
integer $UserID
Method Summary
Session1_11 __construct ([ $ID_or_Row = 0])
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadUser ()
timestamp getExpiration ()
string getRemoteHost ()
integer getUserID ()
Variables
integer $Expires = 0 (line 241)

Expiration time (timestamp)

  • access: public
integer $ID = 0 (line 220)

Session ID

  • access: public
integer $Persistent = 0 (line 248)

Persistent Session

  • access: public
string $RemoteHost = NULL (line 234)

Remote Host for session

  • access: public
User $User = NULL (line 253)
  • access: public
integer $UserID = 0 (line 227)

User ID

  • access: public
Methods
Constructor __construct (line 4)
  • access: public
Session1_11 __construct ( $ID_or_Row)
  • $ID_or_Row

Redefinition of:
ArchonObject::__construct()
Generic constructor for ArchonObjects
dbDelete (line 78)

Deletes ArchonSession from the database

  • access: public
boolean dbDelete ()
dbLoad (line 140)

Loads ArchonSession from the database

  • access: public
boolean dbLoad ()
dbLoadUser (line 190)

Loads User|Researcher for ArchonSession from the database

  • access: public
boolean dbLoadUser ()
getExpiration (line 45)

Returns time current session will expire

  • access: public
timestamp getExpiration ()
getRemoteHost (line 55)

Returns Remote Host location

  • access: public
string getRemoteHost ()
getUserID (line 65)

Returns User ID

  • access: public
integer getUserID ()

Inherited Methods

Inherited From ArchonObject

ArchonObject::__construct()
ArchonObject::__call()
ArchonObject::__toString()

Documentation generated on Wed, 05 Mar 2008 16:47:20 -0600 by phpDocumentor 1.3.1