Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
ClipBoard Class Reference
Collaboration diagram for ClipBoard:
Collaboration graph

Public Member Functions

 GetInstance ($name)
 ClipBoard ($name)
 insertElement ($id_to_insert, $object_type)
 deleteElement ($id_to_delete)
 getNumElements ()
 isInClipboard ($id_to_check)
 getElements ()
getFormObject ()
 setDefaultValue ()
 setFormObject ()
 getClipOptions ($caller, $name)
 showClip ()
 doClipCmd ()

Data Fields

 $db
 $elements = null
 $form_obj = null
 $object_types = null
 $form_name = "clipboard_form"
 $msg
 $elements_query
 $object_types_short

Member Function Documentation

ClipBoard (   $name)

Here is the caller graph for this function:

deleteElement (   $id_to_delete)

Here is the call graph for this function:

Here is the caller graph for this function:

doClipCmd ( )

Here is the call graph for this function:

getClipOptions (   $caller,
  $name 
)

Here is the call graph for this function:

getElements ( )

Here is the caller graph for this function:

& getFormObject ( )

Here is the call graph for this function:

Here is the caller graph for this function:

GetInstance (   $name)

Here is the call graph for this function:

getNumElements ( )

Here is the caller graph for this function:

insertElement (   $id_to_insert,
  $object_type 
)

Here is the call graph for this function:

isInClipboard (   $id_to_check)
setDefaultValue ( )

Here is the call graph for this function:

Here is the caller graph for this function:

setFormObject ( )

Here is the caller graph for this function:

showClip ( )

Here is the call graph for this function:

Field Documentation

$db
$elements = null
$elements_query
Initial value:
array (
"sem" => "SELECT Seminar_id, Name FROM Seminare WHERE Seminar_id IN %s ORDER BY Name",
"user" => "SELECT user_id, CONCAT(Nachname, ', ', Vorname) AS name FROM auth_user_md5 WHERE user_id IN %s ORDER BY name",
"inst" => "SELECT Institut_id, Name FROM Institute WHERE Institut_id IN %s ORDER BY Name",
"date" => "SELECT termin_id, content FROM termine WHERE termin_id IN %s ORDER BY content",
"res" => "SELECT resource_id, name FROM resources_objects WHERE resource_id IN %s ORDER BY name"
)
$form_name = "clipboard_form"
$form_obj = null
$msg
$object_types = null
$object_types_short
Initial value:
array(
"sem" => "S",
"user" => "N",
"inst" => "E",
"date" => "T",
"res" => "R"
)

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