24 include_once(
"./Services/Object/classes/class.ilObjectAccess.php");
52 $this->
user = $DIC->user();
53 $this->access = $DIC->access();
71 public function _checkAccess($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id =
"")
76 if ($a_user_id ==
"") {
106 $ilAccess = $DIC->access();
108 $t_arr = explode(
"_", $a_target);
110 if ($ilAccess->checkAccess(
"read",
"", $t_arr[1])) {
static _checkGoto($a_target)
check whether goto script will succeed
Access class for repsoitory plugins.
Create styles array
The data for the language used.
_checkCondition($a_obj_id, $a_operator, $a_value, $a_usr_id=0)
check condition
_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...
__construct()
Constructor.