Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 the current user record

freeze ( )

prepare serialized user data and store it in a storage container

Here is the call graph for this function:

get_id (   $id = "")
Parameters
string

Here is the caller graph for this function:

is_registered (   $name)

find out if a var is registered user variable

Parameters
string
register (   $things)

registers a global as user variables

Parameters
array
serialize ( )

serializes user data

Here is the caller graph for this function:

start (   $sid = '')
Parameters
string

Here is the call graph for this function:

thaw ( )

Here is the caller graph for this function:

unregister (   $things)

cancel the registration of a registered user variables

Field Documentation

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

Name of data storage container

var string

$user_vars = null

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