13 require_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
37 parent::ilExplorer($a_target);
38 $this->lang = $a_lang;
39 $this->tree =
new ilTree($a_lm_obj->getId());
41 $this->tree->setTreeTablePK(
"lm_id");
42 $this->root_id = $this->tree->readRootId();
43 $this->lm_obj =& $a_lm_obj;
44 $this->order_column =
"";
48 $this->textwidth = 200;
62 $tpl->setCurrentBlock(
"icon");
64 $tpl->setVariable(
"TXT_ALT_IMG", $lng->txt(
"obj_".$this->lm_obj->getType()));
65 $tpl->parseCurrentBlock();
67 $tpl->setCurrentBlock(
"link");
70 $tpl->setVariable(
"TARGET",
" target=\"".$this->frame_target.
"\"");
71 $tpl->parseCurrentBlock();
73 $tpl->touchBlock(
"element");
90 if ($this->is_clickable[$a_type] ==
"n")
96 include_once
'Services/Payment/classes/class.ilPaymentObject.php';
97 if (($ilUser->getId() == ANONYMOUS_USER_ID ||
112 if($this->lp_cache[$this->lm_obj->getId()] === null)
114 $this->lp_cache[$this->lm_obj->getId()] =
false;
116 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
121 include_once
'./Services/Object/classes/class.ilObjectLP.php';
126 include_once
"Services/Tracking/classes/class.ilLPStatusFactory.php";
128 $info = $class::_getStatusInfo($this->lm_obj->getId());
132 if(is_array($info[
"items"]))
134 foreach($info[
"items"] as $item_id)
137 if(is_array($info[
"in_progress"][$item_id]) &&
138 in_array($ilUser->getId(), $info[
"in_progress"][$item_id]))
142 else if(is_array($info[
"completed"][$item_id]) &&
143 in_array($ilUser->getId(), $info[
"completed"][$item_id]))
147 $this->lp_cache[$this->lm_obj->getId()][$item_id] =$status;
152 include_once
'./Services/Tracking/classes/class.ilLearningProgressBaseGUI.php';
155 if(is_array($this->lp_cache[$this->lm_obj->getId()]) &&
156 isset($this->lp_cache[$this->lm_obj->getId()][$a_id]))
const LP_STATUS_COMPLETED_NUM
setPostSort($a_sort)
process post sorting
buildLinkTarget($a_node_id, $a_type)
get link target (may be overwritten by derived classes)
const LP_STATUS_IN_PROGRESS_NUM
static _requiresPurchaseToAccess($a_ref_id, $a_purchasetype='')
this function should be used by all buyable repository objects !!
const LP_MODE_COLLECTION_MANUAL
_getImagePathForStatus($a_status)
Get image path for status.
static shortenText($a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
const LP_MODE_COLLECTION_TLT
checkPermissions($a_check)
check permissions via rbac
static checkAccess($a_ref_id, $a_allow_only_read=true)
check access to learning progress
ilLMExplorer($a_target, $a_lm_obj, $a_lang="-")
Constructor public.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
formatHeader(&$tpl, $a_obj_id, $a_option)
overwritten method from base class public
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
setTableNames($a_table_tree, $a_table_obj_data, $a_table_obj_reference="")
set table names The primary key of the table containing your object_data must be 'obj_id' You may use...
Tree class data representation in hierachical trees using the Nested Set Model with Gaps by Joe Celco...
Class ilExplorer class for explorer view in admin frame.
const LP_STATUS_NOT_ATTEMPTED_NUM
isClickable($a_type, $a_obj_id=0)
check if links for certain object type are activated
setSessionExpandVariable($a_var_name="expand")
set name of expand session variable
static _isPagePublic($a_node_id, $a_check_public_mode=false)
static getInstance($a_obj_id)
_getClassById($a_obj_id, $a_mode=NULL)