4include_once(
"./Services/UIComponent/Explorer2/classes/class.ilTreeExplorerGUI.php");
 
   24    public function __construct($a_parent_obj, $a_parent_cmd, $a_media_pool)
 
   28        $this->
user = $DIC->user();
 
   29        $this->lng = 
$DIC->language();
 
   30        $this->ctrl = 
$DIC->ctrl();
 
   33        $this->media_pool = $a_media_pool;
 
   34        parent::__construct(
"mep_exp", $a_parent_obj, $a_parent_cmd, $a_media_pool->getTree());
 
   53            return $this->media_pool->getTitle();
 
   56        return $a_node[
"title"];
 
   84        if ($a_node[
"child"] == 
$_GET[
"mepitem_id"] ||
 
  101        $ilCtrl->setParameterByClass(
"ilobjmediapoolgui", 
"mepitem_id", $a_node[
"child"]);
 
  102        $ret = 
$ilCtrl->getLinkTargetByClass(
"ilobjmediapoolgui", 
"listMedia");
 
  103        $ilCtrl->setParameterByClass(
"ilobjmediapoolgui", 
"mepitem_id", 
$_GET[
"mepitem_id"]);
 
An exception for terminatinating execution or to throw for unit testing.
setSkipRootNode($a_val)
Set skip root node.
Explorer class that works on tree objects (Services/Tree)
setTypeWhiteList($a_val)
Set type white list.
getRootNode()
Get root node.
getNodeId($a_node)
Get id for node.
setOrderField($a_val, $a_numeric=false)
Set order field.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)