ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
checkSettingsCal (int $a_cat_id) | |
Check calendar editing. More... | |
checkShareCal (int $a_cat_id) | |
Check sharing (own) calendar. More... | |
checkUnshareCal (int $a_cat_id) | |
Check un-sharing (other users) calendar. More... | |
checkSynchronizeCal (int $a_cat_id) | |
Check synchronize remote calendar. More... | |
checkAddEvent (int $a_cat_id) | |
Check if adding an event is possible. More... | |
checkDeleteCal (int $a_cat_id) | |
Check if adding an event is possible. More... | |
Static Public Member Functions | |
static | getInstance () |
Get instance. More... | |
Protected Member Functions | |
__construct () | |
Constructor. More... | |
Protected Attributes | |
ilCalendarCategories | $cats |
Static Protected Attributes | |
static ilCalendarActions | $instance = null |
Private Attributes | |
int | $user_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 Checks if certain actions can be performed
Definition at line 25 of file class.ilCalendarActions.php.
|
protected |
Constructor.
Definition at line 35 of file class.ilCalendarActions.php.
References $DIC, ilCalendarCategories\_getInstance(), and ilCalendarCategories\MODE_UNDEFINED.
ilCalendarActions::checkAddEvent | ( | int | $a_cat_id | ) |
Check if adding an event is possible.
Definition at line 106 of file class.ilCalendarActions.php.
ilCalendarActions::checkDeleteCal | ( | int | $a_cat_id | ) |
Check if adding an event is possible.
Definition at line 115 of file class.ilCalendarActions.php.
References ilCalendarCategory\TYPE_GLOBAL, and ilCalendarCategory\TYPE_USR.
ilCalendarActions::checkSettingsCal | ( | int | $a_cat_id | ) |
Check calendar editing.
Definition at line 62 of file class.ilCalendarActions.php.
ilCalendarActions::checkShareCal | ( | int | $a_cat_id | ) |
Check sharing (own) calendar.
Definition at line 71 of file class.ilCalendarActions.php.
References ilCalendarCategory\TYPE_USR.
ilCalendarActions::checkSynchronizeCal | ( | int | $a_cat_id | ) |
Check synchronize remote calendar.
Definition at line 94 of file class.ilCalendarActions.php.
ilCalendarActions::checkUnshareCal | ( | int | $a_cat_id | ) |
Check un-sharing (other users) calendar.
Definition at line 82 of file class.ilCalendarActions.php.
|
static |
Get instance.
Definition at line 51 of file class.ilCalendarActions.php.
Referenced by ilCalendarManageTableGUI\__construct(), ilCalendarPresentationGUI\__construct(), and ilCalendarCategoryGUI\__construct().
|
protected |
Definition at line 29 of file class.ilCalendarActions.php.
|
staticprotected |
Definition at line 27 of file class.ilCalendarActions.php.
|
private |
Definition at line 30 of file class.ilCalendarActions.php.