◆ __construct()
◆ deleteElement()
deleteElement |
( |
|
$id_to_delete | ) |
|
◆ doClipCmd()
◆ getClipOptions()
getClipOptions |
( |
|
$caller, |
|
|
|
$name |
|
) |
| |
◆ getElements()
◆ getFormObject()
◆ GetInstance()
◆ getNumElements()
◆ insertElement()
insertElement |
( |
|
$id_to_insert, |
|
|
|
$object_type |
|
) |
| |
◆ isInClipboard()
isInClipboard |
( |
|
$id_to_check | ) |
|
◆ setDefaultValue()
◆ setFormObject()
◆ showClip()
showClip |
( |
|
$title = true , |
|
|
|
$width = '250px' |
|
) |
| |
◆ $elements
◆ $elements_query
Initial value:= [
"sem" => "SELECT Seminar_id, Name FROM Seminare WHERE Seminar_id IN (?) ORDER BY Name"
◆ $form_name
$form_name = "clipboard_form" |
◆ $form_obj
◆ $msg
◆ $object_types
◆ $object_types_short
◆ user
Initial value:=> "SELECT user_id, CONCAT(Nachname, ', ', Vorname) AS name FROM auth_user_md5 WHERE user_id IN (?) ORDER BY name",
"inst" => "SELECT Institut_id, Name FROM Institute WHERE Institut_id IN (?) ORDER BY Name",
"date" => "SELECT termin_id, content FROM termine WHERE termin_id IN (?) ORDER BY content",
"res" => "SELECT resource_id, name FROM resources_objects WHERE resource_id IN (?) ORDER BY name"
]
The documentation for this class was generated from the following file: