Stud.IP  2.5 Revision
PhpLibUser Class Reference
Collaboration diagram for PhpLibUser:
Collaboration graph

Public Member Functions

 start ($sid='')
 
 register ($things)
 
 is_registered ($name)
 
 unregister ($things)
 
 get_id ($id="")
 
 delete ()
 
 serialize ()
 
 freeze ()
 
 thaw ()
 

Data Fields

 $classname = "PhpLibUser"
 
 $name = ""
 
 $id = ""
 
 $user_vars = null
 
 $register_globals = true
 
 $that_class = ''
 
 $that
 

Member Function Documentation

◆ delete()

delete ( )

Delete the current user record

◆ freeze()

freeze ( )

prepare serialized user data and store it in a storage container

Here is the call graph for this function:

◆ get_id()

get_id (   $id = "")
Parameters
string
Here is the caller graph for this function:

◆ is_registered()

is_registered (   $name)

find out if a var is registered user variable

Parameters
string

◆ register()

register (   $things)

registers a global as user variables

Parameters
array

◆ serialize()

serialize ( )

serializes user data

Here is the caller graph for this function:

◆ start()

start (   $sid = '')
Parameters
string
Here is the call graph for this function:

◆ thaw()

thaw ( )
Here is the caller graph for this function:

◆ unregister()

unregister (   $things)

cancel the registration of a registered user variables

Field Documentation

◆ $classname

$classname = "PhpLibUser"

◆ $id

$id = ""

◆ $name

$name = ""

◆ $register_globals

$register_globals = true

◆ $that

$that

◆ $that_class

$that_class = ''

Name of data storage container

var string

◆ $user_vars

$user_vars = null

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