|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilBookingScheduleGUI:Public Member Functions | |
| __construct (ilObjBookingPoolGUI $a_parent_obj) | |
| executeCommand () | |
| render () | |
| Render list of booking schedules uses ilBookingSchedulesTableGUI. More... | |
| create () | |
| Render creation form. More... | |
| edit () | |
| Render edit form. More... | |
| initForm (string $a_mode="create", ?int $id=null) | |
| Build property form. More... | |
| save () | |
| update () | |
| confirmDelete () | |
| Confirm delete. More... | |
| delete () | |
| Delete schedule. More... | |
Protected Member Functions | |
| formToObject (ilPropertyFormGUI $form, ilBookingSchedule $schedule) | |
| Set form data into schedule object. More... | |
Protected Attributes | |
| ILIAS BookingManager StandardGUIRequest | $book_request |
| ilGlobalTemplateInterface | $tpl |
| ilTabsGUI | $tabs |
| ilCtrl | $ctrl |
| ilLanguage | $lng |
| ilAccessHandler | $access |
| ilHelpGUI | $help |
| ilObjectDataCache | $obj_data_cache |
| int | $schedule_id |
| int | $ref_id |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBookingScheduleGUI
Definition at line 25 of file class.ilBookingScheduleGUI.php.
| ilBookingScheduleGUI::__construct | ( | ilObjBookingPoolGUI | $a_parent_obj | ) |
Definition at line 38 of file class.ilBookingScheduleGUI.php.
References $DIC, ilObject\_lookupObjId(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilObjectGUI\getRefId(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ilBookingSchedule\lookupPoolId(), and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilBookingScheduleGUI::confirmDelete | ( | ) |
Confirm delete.
Definition at line 347 of file class.ilBookingScheduleGUI.php.
| ilBookingScheduleGUI::create | ( | ) |
Render creation form.
Definition at line 110 of file class.ilBookingScheduleGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, initForm(), ilGlobalTemplateInterface\setContent(), ilHelpGUI\setScreenIdComponent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBookingScheduleGUI::delete | ( | ) |
Delete schedule.
Definition at line 372 of file class.ilBookingScheduleGUI.php.
References $lng.
| ilBookingScheduleGUI::edit | ( | ) |
Render edit form.
Definition at line 131 of file class.ilBookingScheduleGUI.php.
References $ctrl, $help, $lng, $tabs, $tpl, initForm(), ilGlobalTemplateInterface\setContent(), ilHelpGUI\setScreenIdComponent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBookingScheduleGUI::executeCommand | ( | ) |
Definition at line 63 of file class.ilBookingScheduleGUI.php.
References $ctrl, and ilCtrl\getNextClass().
Here is the call graph for this function:
|
protected |
Set form data into schedule object.
Definition at line 290 of file class.ilBookingScheduleGUI.php.
References ilBookingSchedule\setAvailabilityFrom().
Here is the call graph for this function:| ilBookingScheduleGUI::initForm | ( | string | $a_mode = "create", |
| ?int | $id = null |
||
| ) |
Build property form.
Definition at line 152 of file class.ilBookingScheduleGUI.php.
Referenced by create(), and edit().
Here is the caller graph for this function:| ilBookingScheduleGUI::render | ( | ) |
Render list of booking schedules uses ilBookingSchedulesTableGUI.
Definition at line 81 of file class.ilBookingScheduleGUI.php.
References $access, Vendor\Package\$bar, $ctrl, $lng, $tpl, ilObject\_lookupObjId(), ilBookingObject\getList(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
Here is the call graph for this function:| ilBookingScheduleGUI::save | ( | ) |
Definition at line 249 of file class.ilBookingScheduleGUI.php.
| ilBookingScheduleGUI::update | ( | ) |
Definition at line 268 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 32 of file class.ilBookingScheduleGUI.php.
Referenced by render().
|
protected |
Definition at line 27 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 30 of file class.ilBookingScheduleGUI.php.
Referenced by create(), edit(), executeCommand(), and render().
|
protected |
Definition at line 33 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 31 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 34 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 36 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 35 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 29 of file class.ilBookingScheduleGUI.php.
|
protected |
Definition at line 28 of file class.ilBookingScheduleGUI.php.