4 include_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
71 $this->tree = $DIC->repositoryTree();
73 $this->obj_definition = $DIC[
"objDefinition"];
74 $this->lng = $DIC->language();
75 $this->ctrl = $DIC->ctrl();
76 $this->access = $DIC->access();
77 $this->rbacsystem = $DIC->rbac()->system();
78 $this->db = $DIC->database();
79 $this->
user = $DIC->user();
80 $tree = $DIC->repositoryTree();
82 $objDefinition = $DIC[
"objDefinition"];
84 $this->cur_ref_id = (int)
$_GET[
"ref_id"];
85 $this->top_node_id = self::getTopNodeForRefId($this->cur_ref_id);
93 if (
$ilSetting->get(
"repository_tree_pres") ==
"" ||
94 (
$ilSetting->get(
"rep_tree_limit_grp_crs") && $this->top_node_id == 0)) {
96 } elseif (
$ilSetting->get(
"repository_tree_pres") ==
"all_types") {
98 foreach ($objDefinition->getSubObjectsRecursively(
"root") as $rtype) {
99 if ( !$objDefinition->isSideBlock($rtype[
"name"])) {
100 $white[] = $rtype[
"name"];
105 if ((
int)
$_GET[
"ref_id"] > 0) {
120 if ($this->top_node_id > 0) {
121 $root_node = $this->
getTree()->getNodeData($this->top_node_id);
123 $root_node = parent::getRootNode();
125 $this->node_data[$root_node[
"child"]] = $root_node;
139 $title = $a_node[
"title"];
142 if ($title ==
"ILIAS") {
143 $title =
$lng->txt(
"repository");
145 } elseif ($a_node[
"type"] ==
"sess" &&
148 include_once(
'./Modules/Session/classes/class.ilSessionAppointment.php');
165 return ilObject::_getIcon($obj_id,
"tiny", $a_node[
"type"]);
179 $title = $a_node[
"title"];
180 if ($title ==
"ILIAS") {
181 $title =
$lng->txt(
"repository");
198 if ($a_node[
"child"] ==
$_GET[
"ref_id"] ||
215 switch ($a_node[
"type"]) {
217 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
218 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"");
219 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
223 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
224 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"");
225 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
229 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
230 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"redirect");
231 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
235 $ilCtrl->setParameterByClass(
"ilobjgroupgui",
"ref_id", $a_node[
"child"]);
236 $link =
$ilCtrl->getLinkTargetByClass(array(
"ilrepositorygui",
"ilobjgroupgui"),
"");
237 $ilCtrl->setParameterByClass(
"ilobjgroupgui",
"ref_id",
$_GET[
"ref_id"]);
241 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
242 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"redirect");
243 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
247 $ilCtrl->setParameterByClass(
"ilobjcoursegui",
"ref_id", $a_node[
"child"]);
248 $link =
$ilCtrl->getLinkTargetByClass(array(
"ilrepositorygui",
"ilobjcoursegui"),
"view");
249 $ilCtrl->setParameterByClass(
"ilobjcoursegui",
"ref_id",
$_GET[
"ref_id"]);
253 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
254 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"redirect");
255 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
259 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
260 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"infoScreen");
261 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
265 $ilCtrl->setParameterByClass(
"ilobjstudyprogrammegui",
"ref_id", $a_node[
"child"]);
266 $link =
$ilCtrl->getLinkTargetByClass(array(
"ilrepositorygui",
"ilobjstudyprogrammegui"),
"view");
267 $ilCtrl->setParameterByClass(
"ilobjstudyprogrammegui",
"ref_id",
$_GET[
"ref_id"]);
270 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id", $a_node[
"child"]);
271 $link =
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui",
"redirect");
272 $ilCtrl->setParameterByClass(
"ilrepositorygui",
"ref_id",
$_GET[
"ref_id"]);
276 include_once(
'./Services/Link/classes/class.ilLink.php');
294 if (!$ilAccess->checkAccess(
'visible',
'', $a_node[
"child"])) {
298 if (
$ilSetting->get(
"repository_tree_pres") ==
"all_types") {
305 if ($container_parent_id > 0) {
307 if ($container_parent_id != $a_node[
"child"]) {
309 if (!isset($this->session_materials[$container_parent_id])) {
310 include_once
'./Modules/Session/classes/class.ilEventItems.php';
313 if (in_array($a_node[
"child"], $this->session_materials[$container_parent_id])) {
331 $current_node_id = $node_id;
332 while (isset($this->parent_node_id[$current_node_id])) {
334 if (isset($this->node_data[
$parent_node_id]) && in_array($this->node_data[$parent_node_id][
"type"], [
"grp",
"crs"])) {
357 if ($parent_obj_id > 0) {
360 $parent_type =
"dummy";
361 $this->type_grps[
"dummy"] = array(
"root" =>
"dummy");
366 $this->type_grps = array();
368 if (empty($this->type_grps[$parent_type])) {
369 $this->type_grps[$parent_type] =
370 $objDefinition->getGroupedRepositoryObjectTypes($parent_type);
374 include_once(
'./Services/Object/classes/class.ilObjectActivation.php');
377 $in_any_group = array();
378 foreach ($a_childs as $child) {
380 if ($child[
"type"] ==
"itgr") {
381 $g = $child[
"child"];
385 $this->type_grps[$parent_type][
"itgr"][
"ref_ids"][] = $g;
388 $may_read = $ilAccess->checkAccess(
'read',
'', $g);
392 include_once(
"./Services/Container/classes/class.ilContainerSorting.php");
396 foreach ($items as $item) {
397 $in_any_group[] = $item[
"child"];
400 $igroup[$g][] = $item;
401 $group[$g][] = $item;
408 $g = $objDefinition->getGroupOfObj($child[
"type"]);
412 $group[$g][] = $child;
416 $in_any_group = array_unique($in_any_group);
419 include_once(
"./Services/Container/classes/class.ilContainerSorting.php");
421 $block_pos = $sort->getBlockPositions();
422 if (is_array($block_pos) && count($block_pos) > 0) {
423 $tmp = $this->type_grps[$parent_type];
425 $this->type_grps[$parent_type] = array();
426 foreach ($block_pos as $block_type) {
428 if (!is_numeric($block_type) &&
429 array_key_exists($block_type, $tmp)) {
430 $this->type_grps[$parent_type][$block_type] = $tmp[$block_type];
431 unset($tmp[$block_type]);
436 $this->type_grps[$parent_type][$block_type] = array();
442 foreach ($tmp as $block_type => $grp) {
443 $this->type_grps[$parent_type][$block_type] = $grp;
453 foreach ($this->type_grps[$parent_type] as $t => $g) {
455 if (is_array($group[$t])) {
458 if (is_array($igroup[$t])) {
459 foreach ($igroup[$t] as $k => $item) {
460 if (!in_array($item[
"child"], $done)) {
462 $done[] = $item[
"child"];
467 include_once(
"./Services/Container/classes/class.ilContainer.php");
468 include_once(
"./Services/Container/classes/class.ilContainerSorting.php");
470 $group = $sort->sortItems($group);
474 foreach ($group[$t] as $k => $v) {
476 $group[$t][$k][
"start"] = $app_info[
"start"];
481 foreach ($group[$t] as $k => $item) {
482 if (!in_array($item[
"child"], $done) &&
483 !in_array($item[
"child"], $in_any_group)) {
485 $done[] = $item[
"child"];
491 elseif ($t ==
"itgr" &&
492 is_array($g[
"ref_ids"])) {
493 foreach ($g[
"ref_ids"] as $ref_id) {
494 if (isset($group[$ref_id])) {
495 foreach ($group[$ref_id] as $k => $item) {
496 if (!in_array($item[
"child"], $done)) {
498 $done[] = $item[
"child"];
519 if (!
$rbacsystem->checkAccess(
"read", $a_parent_node_id)) {
528 $childs = parent::getChildsOfNode($a_parent_node_id);
531 $this->parent_node_id[$c[
"child"]] = $a_parent_node_id;
532 $this->node_data[$c[
"child"]] =
$c;
557 switch ($a_node[
"type"]) {
559 if (!
$rbacsystem->checkAccess(
"read", $a_node[
"child"])) {
563 $query = sprintf(
"SELECT * FROM tst_tests WHERE obj_fi=%s", $obj_id);
566 return (
bool) $row->complete;
571 if (!
$rbacsystem->checkAccess(
"read", $a_node[
"child"])) {
575 $query = sprintf(
"SELECT * FROM svy_svy WHERE obj_fi=%s", $obj_id);
578 return (
bool) $row->complete;
584 if (
$rbacsystem->checkAccess(
"read", $a_node[
"child"])) {
593 include_once(
'./Services/ContainerReference/classes/class.ilContainerReferenceAccess.php');
597 return $rbacsystem->checkAccess(
"read", $a_node[
"child"]);
601 if (
$rbacsystem->checkAccess(
"read", $a_node[
"child"])) {
603 if ($a_node[
"type"] ==
"lm") {
604 include_once(
"./Modules/LearningModule/classes/class.ilObjLearningModule.php");
606 if (($lm_obj->getOfflineStatus()) && (!
$rbacsystem->checkAccess(
'write', $a_node[
"child"]))) {
611 if ($a_node[
"type"] ==
"htlm") {
612 include_once(
"./Modules/HTMLLearningModule/classes/class.ilObjFileBasedLM.php");
614 if (($lm_obj->getOfflineStatus()) && (!
$rbacsystem->checkAccess(
'write', $a_node[
"child"]))) {
619 if ($a_node[
"type"] ==
"sahs") {
620 include_once(
"./Modules/ScormAicc/classes/class.ilObjSAHSLearningModule.php");
622 if (($lm_obj->getOfflineStatus()) && (!
$rbacsystem->checkAccess(
'write', $a_node[
"child"]))) {
627 if ($a_node[
"type"] ==
"glo") {
630 (!
$rbacsystem->checkAccess(
'write', $a_node[
"child"]))) {
646 $setting = $DIC->settings();
647 $tree = $DIC->repositoryTree();
650 if ($setting->get(
"rep_tree_limit_grp_crs") && $ref_id > 0) {
651 $path =
$tree->getPathId($ref_id);
652 foreach ($path as
$n) {
static sortArray( $array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
getParentCourseOrGroup($node_id)
Get upper course or group.
Class ilObjLearningModule.
static getTopNodeForRefId(int $ref_id)
getNodeIconAlt($a_node)
Get node icon alt text.
getRootNode()
Get root node.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
static _getItemsOfContainer($a_ref_id)
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
setSkipRootNode($a_val)
Set skip root node.
File Based Learning Module (HTML) object.
getChildsOfNode($a_parent_node_id)
Get childs of node.
setPathOpen($a_id)
Set node path to be opened.
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
isNodeHighlighted($a_node)
Is node highlighted?
getNodeHref($a_node)
Get href for node.
setTypeWhiteList($a_val)
Set type white list.
static _lookupObjectId($a_ref_id)
lookup object id
foreach($_POST as $key=> $value) $res
static _isAccessible($a_ref_id)
Check if target is accessible and not deleted.
static _lookupObjId($a_id)
Repository explorer GUI class.
static _appointmentToString($start, $end, $fulltime)
sortChilds($a_childs, $a_parent_node_id)
Sort childs.
static _checkAllConditionsOfTarget($a_target_ref_id, $a_target_id, $a_target_type="", $a_usr_id=0)
checks wether all conditions of a target object are fulfilled
getNodeId($a_node)
Get id for node.
static _lookupType($a_id, $a_reference=false)
lookup object type
isNodeClickable($a_node)
Is node clickable?
getNodeContent($a_node)
Get node content.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
static _lookupAppointment($a_obj_id)
lookup appointment
setOrderField($a_val, $a_numeric=false)
Set order field.
static getItemsByItemGroup($a_item_group_ref_id)
Get materials of item group.
isNodeVisible($a_node)
Is node visible.
static _getInstance($a_obj_id)
get instance by obj_id
setChildLimit($a_val)
Set child limit.
getNodeIcon($a_node)
Get node icon.
Class ilObjSCORMLearningModule.
static _lookupOnline($a_id)
check wether content object is online