33 public function _checkAccess($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id =
"")
52 switch ($a_operator) {
86 $ilAccess = $DIC->access();
88 $t_arr = explode(
"_", $a_target);
90 if ($ilAccess->checkAccess(
"read",
"", $t_arr[1])) {
_checkCondition($a_obj_id, $a_operator, $a_value, $a_usr_id)
check condition
static _checkGoto($a_target)
check whether goto script will succeed
static _getCommands()
get commands
static _isOffline($a_obj_id)
Type-specific implementation of general status, has to be overwritten.
static _preloadData($a_obj_ids, $a_ref_ids)
Preload data.
Create styles array
The data for the language used.
_checkAccess($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="")
Checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAcce...