ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Checks if certain actions can be performed. 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 |
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.