19 declare(strict_types=1);
35 $this->
user = $DIC->user();
36 $this->
access = $DIC->access();
37 $this->
lng = $DIC->language();
43 array(
"permission" =>
"read",
"cmd" =>
"preview",
"lang_var" =>
"show",
"default" =>
true),
44 array(
"permission" =>
"write",
"cmd" =>
"render",
"lang_var" =>
"edit"),
45 array(
"permission" =>
"contribute",
"cmd" =>
"render",
"lang_var" =>
"edit"),
46 array(
"permission" =>
"write",
"cmd" =>
"edit",
"lang_var" =>
"settings"),
47 array(
"permission" =>
"write",
"cmd" =>
"export",
"lang_var" =>
"export_html")
55 $ilAccess = $DIC->access();
57 $t_arr = explode(
"_", $target);
59 if (substr($target, -3) ===
"wsp") {
63 if ($t_arr[0] !==
"blog" || ((
int) $t_arr[1]) <= 0) {
68 if ($ilAccess->checkAccess(
"read",
"", (
int) $t_arr[1]) ||
69 $ilAccess->checkAccess(
"visible",
"", (
int) $t_arr[1])) {
79 if (preg_match(
"/\\/blog_([\\d]*)\\//uim", $ilWACPath->
getPath(),
$results)) {
87 $node_id = $tree->lookupNodeId((
int) $obj_id);
90 if ($access_handler->checkAccessOfUser($tree, $ilUser->getId(),
"read",
"view", $node_id,
"blog")) {
97 if ($ilAccess->checkAccessOfUser(
118 $setting = $DIC->settings();
119 $notes = $DIC->notes();
121 if ($setting->get(
"disable_comments")) {
124 if (!$privacy->enabledCommentsExport()) {
127 if (!$notes->domain()->commentsActive($blog_id)) {
135 switch ($permission) {
138 if (self::_isOffline($obj_id) && !$this->
access->checkAccessOfUser(
$user_id,
"write",
"", $ref_id)) {
const IL_NO_OBJECT_ACCESS
static _checkGoto(string $target)
static _getAllReferences(int $id)
get all reference ids for object ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static isCommentsExportPossible(int $blog_id)
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)
_checkAccess(string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)