| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilBookingObjectGUI. More...
 Collaboration diagram for ilBookingObjectGUI:
 Collaboration diagram for ilBookingObjectGUI:| Public Member Functions | |
| __construct ($a_parent_obj) | |
| Constructor. | |
| executeCommand () | |
| main switch | |
| render () | |
| Render list of booking objects. | |
| create () | |
| Render creation form. | |
| edit () | |
| Render edit form. | |
| initForm ($a_mode="create", $id=NULL) | |
| Build property form. | |
| save () | |
| Create new object dataset. | |
| update () | |
| Update object dataset. | |
| confirmDelete () | |
| Confirm delete. | |
| delete () | |
| Delete object. | |
Class ilBookingObjectGUI.
ilBookingObjectGUI: ilBookingObjectGUI:
Definition at line 15 of file class.ilBookingObjectGUI.php.
| ilBookingObjectGUI::__construct | ( | $a_parent_obj | ) | 
Constructor.
| object | $a_parent_obj | 
Definition at line 21 of file class.ilBookingObjectGUI.php.
| ilBookingObjectGUI::confirmDelete | ( | ) | 
Confirm delete.
Definition at line 233 of file class.ilBookingObjectGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $lng, and $tpl.
| ilBookingObjectGUI::create | ( | ) | 
Render creation form.
Definition at line 75 of file class.ilBookingObjectGUI.php.
References $_REQUEST, $ilCtrl, $lng, $tpl, and initForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBookingObjectGUI::delete | ( | ) | 
Delete object.
Definition at line 259 of file class.ilBookingObjectGUI.php.
References $_POST, $_REQUEST, $ilCtrl, $lng, and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBookingObjectGUI::edit | ( | ) | 
Render edit form.
Definition at line 91 of file class.ilBookingObjectGUI.php.
References $_GET, $_REQUEST, $ilCtrl, $lng, $tpl, and initForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBookingObjectGUI::executeCommand | ( | ) | 
| ilBookingObjectGUI::initForm | ( | $a_mode = "create", | |
| $id = NULL | |||
| ) | 
Build property form.
| string | $a_mode | |
| int | $id | 
Definition at line 110 of file class.ilBookingObjectGUI.php.
References $_REQUEST, $ilCtrl, $lng, $title, ilBookingSchedule\getList(), and ilFormPropertyGUI\setRequired().
Referenced by create(), edit(), save(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilBookingObjectGUI::render | ( | ) | 
Render list of booking objects.
Definition at line 50 of file class.ilBookingObjectGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, and ilToolbarGUI\addButton().
Referenced by save(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilBookingObjectGUI::save | ( | ) | 
Create new object dataset.
Definition at line 174 of file class.ilBookingObjectGUI.php.
References $_REQUEST, $ilCtrl, $lng, $tpl, initForm(), render(), ilUtil\sendSuccess(), and ilBookingObject\setTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilBookingObjectGUI::update | ( | ) | 
Update object dataset.
Definition at line 206 of file class.ilBookingObjectGUI.php.
References $_POST, $_REQUEST, $lng, $tpl, initForm(), render(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function: