4include_once(
"./Services/UIComponent/Explorer/classes/class.ilExplorer.php");
 
   27                $this->parent_class = $a_par_class;
 
   28                parent::ilExplorer($a_target);
 
   33                $this->selectable_types  = $a_types;
 
   38                $this->ref_id = $a_ref_id;
 
   46                $ilCtrl->setParameterByClass($this->parent_class, 
"glo_ref_id", $a_node_id);
 
   47                $link = 
$ilCtrl->getLinkTargetByClass($this->parent_class, 
"selectGlossary");
 
   60                if ($a_type == 
"glo" &&
 
   61                        $ilAccess->checkAccess(
"read", 
"", $a_ref_id))
 
   80                if ($ilAccess->checkAccess(
"read", 
"", $a_ref_id))
 
  102                $tpl->setCurrentBlock(
"icon");
 
  104                $tpl->setVariable(
"TXT_ALT_IMG", 
$lng->txt(
"repository"));
 
  105                $tpl->parseCurrentBlock();
 
  107                $tpl->setCurrentBlock(
"text");
 
  108                $tpl->setVariable(
"OBJ_TITLE", 
$lng->txt(
"repository"));
 
  109                $tpl->parseCurrentBlock();
 
  114                $tpl->touchBlock(
"element");
 
Class ilExplorer class for explorer view in admin frame.
Select file for being added into file lists.
buildLinkTarget($a_node_id, $a_type)
get link target (may be overwritten by derived classes)
showChilds($a_ref_id)
Show childs y/n?
formatHeader(&$tpl, $a_obj_id, $a_option)
overwritten method from base class @access public
isClickable($a_type, $a_ref_id)
Item clickable?
setSelectableTypes($a_types)
__construct($a_target, $a_par_class="")
Constructor @access public.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)