33 $this->
user = $DIC->user();
34 $this->
lng = $DIC->language();
35 $this->rbacsystem = $DIC->rbac()->system();
36 $this->
access = $DIC->access();
42 array(
"permission" =>
"read",
"cmd" =>
"showContent",
"lang_var" =>
"show",
44 array(
"permission" =>
"write",
"cmd" =>
"listItems",
"lang_var" =>
"edit_content"),
45 array(
"permission" =>
"write",
"cmd" =>
"editSettings",
"lang_var" =>
"settings")
81 switch ($permission) {
84 if (self::_isOffline($obj_id) &&
99 $ilAccess = $DIC->access();
101 $t_arr = explode(
"_", $target);
103 if ($t_arr[0] !=
"mcst" || ((
int) $t_arr[1]) <= 0) {
107 if ($ilAccess->checkAccess(
"read",
"", $t_arr[1]) ||
108 $ilAccess->checkAccess(
"visible",
"", $t_arr[1])) {
118 $ilDB = $DIC->database();
120 $q =
"SELECT * FROM il_media_cast_data WHERE id = " .
$ilDB->quote($a_id);
124 return (
bool) ($mc_rec[
"is_online"] ??
false);
131 $ilDB = $DIC->database();
133 $q =
"SELECT * FROM il_media_cast_data WHERE id = " .
$ilDB->quote($a_id);
137 return (
bool) $mc_rec[
"public_files"];
148 $items = $obj->getItemsArray();
150 foreach ($items as $item) {
153 $mobId = $news_item->getMobId();
const IL_NO_OBJECT_ACCESS
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
checkAccessOfUser(int $a_user_id, string $a_operations, int $a_ref_id, string $a_type="")
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static dirsize(string $directory)
get size of a directory or a file.
A news item can be created by different sources.