31 $this->
user = $DIC->user();
32 $this->rbacsystem = $DIC->rbac()->system();
38 $commands[] = array(
"permission" =>
"read",
"cmd" =>
"render",
"lang_var" =>
"show",
"default" =>
true);
39 $commands[] = array(
"permission" =>
"write",
"cmd" =>
"render",
"lang_var" =>
"edit_content");
40 $commands[] = array(
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings");
49 $ilAccess = $DIC->access();
51 $t_arr = explode(
"_", $target);
53 if ($t_arr[0] !==
"book" || ((
int) $t_arr[1]) <= 0) {
57 if ($ilAccess->checkAccess(
"read",
"", $t_arr[1]) ||
58 $ilAccess->checkAccess(
"visible",
"", $t_arr[1])) {
64 public function _checkAccess(
string $cmd,
string $permission,
int $ref_id,
int $obj_id, ?
int $user_id = null): bool
69 if ($user_id === null) {
81 if (($permission ===
"visible" || $permission ===
"read") && !$rbacsystem->
checkAccessOfUser($user_id,
'write', $ref_id)) {
83 if ($pool->isOffline()) {
99 $ilDB = $DIC->database();
101 $q =
"SELECT booking_pool_id, pool_offline FROM booking_settings WHERE " .
102 $ilDB->in(
"booking_pool_id", $a_ids,
false,
"integer");
106 $status[$r[
"booking_pool_id"]] = !$r[
"pool_offline"];
static _checkGoto(string $target)
canBeDelivered(ilWACPath $ilWACPath)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkAccessOfUser(int $a_user_id, string $a_operations, int $a_ref_id, string $a_type="")
_checkAccess(string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupOnlineStatus(array $a_ids)
Check whether booking pool is online (legacy version)