|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Checks if certain actions can be performed. More...
Collaboration diagram for ilCalendarActions:Public Member Functions | |
| checkSettingsCal ($a_cat_id) | |
| Check calendar editing. More... | |
| checkShareCal ($a_cat_id) | |
| Check sharing (own) calendar. More... | |
| checkUnshareCal ($a_cat_id) | |
| Check un-sharing (other users) calendar. More... | |
| checkSynchronizeCal ($a_cat_id) | |
| Check synchronize remote calendar. More... | |
| checkAddEvent ($a_cat_id) | |
| Check if adding an event is possible. More... | |
| checkDeleteCal ($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 | |
| $cats = null | |
| $user_id | |
Static Protected Attributes | |
| static | $instance = null |
Checks if certain actions can be performed.
Definition at line 12 of file class.ilCalendarActions.php.
|
protected |
Constructor.
Definition at line 32 of file class.ilCalendarActions.php.
References $DIC, and ilCalendarCategories\_getInstance().
Here is the call graph for this function:| ilCalendarActions::checkAddEvent | ( | $a_cat_id | ) |
Check if adding an event is possible.
| int | $a_cat_id | calendar category id |
Definition at line 125 of file class.ilCalendarActions.php.
References $info.
| ilCalendarActions::checkDeleteCal | ( | $a_cat_id | ) |
Check if adding an event is possible.
| int | $a_cat_id | calendar category id |
Definition at line 137 of file class.ilCalendarActions.php.
References $info, ilCalendarCategory\TYPE_GLOBAL, and ilCalendarCategory\TYPE_USR.
| ilCalendarActions::checkSettingsCal | ( | $a_cat_id | ) |
Check calendar editing.
| int | $a_cat_id | calendar category id |
Definition at line 65 of file class.ilCalendarActions.php.
References $info.
| ilCalendarActions::checkShareCal | ( | $a_cat_id | ) |
Check sharing (own) calendar.
| int | $a_cat_id | calendar category id |
Definition at line 77 of file class.ilCalendarActions.php.
References $info, and ilCalendarCategory\TYPE_USR.
| ilCalendarActions::checkSynchronizeCal | ( | $a_cat_id | ) |
Check synchronize remote calendar.
| int | $a_cat_id | calendar category id |
Definition at line 109 of file class.ilCalendarActions.php.
References $info.
| ilCalendarActions::checkUnshareCal | ( | $a_cat_id | ) |
Check un-sharing (other users) calendar.
| int | $a_cat_id | calendar category id |
Definition at line 93 of file class.ilCalendarActions.php.
References $info.
|
static |
Get instance.
Definition at line 51 of file class.ilCalendarActions.php.
References $instance.
Referenced by ilCalendarManageTableGUI\__construct(), ilCalendarPresentationGUI\__construct(), and ilCalendarCategoryGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 22 of file class.ilCalendarActions.php.
|
staticprotected |
Definition at line 17 of file class.ilCalendarActions.php.
Referenced by getInstance().
|
protected |
Definition at line 27 of file class.ilCalendarActions.php.