37 $this->
user = $DIC->user();
38 $this->
lng = $DIC->language();
39 $this->
ctrl = $DIC->ctrl();
41 $this->media_pool = $a_media_pool;
51 $this->mep_request = $DIC->mediaPool()
63 return $this->media_pool->getTitle();
66 return $a_node[
"title"];
88 if ($a_node[
"child"] == $this->mep_request->getItemId() ||
89 ($this->mep_request->getItemId() == 0 && $a_node[
"child"] == $this->
getNodeId($this->
getRootNode()))) {
106 $this->mep_request->getRefId()
108 $ilCtrl->setParameterByClass(
"ilobjmediapoolgui",
"mepitem_id", $a_node[
"child"]);
109 $ret = $ilCtrl->getLinkTargetByClass(
"ilobjmediapoolgui",
"listMedia",
"",
false,
false);
110 $ilCtrl->setParameterByClass(
113 $this->mep_request->getItemId()
setSkipRootNode(bool $a_val)
setTypeWhiteList(array $a_val)
Set type white list.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
setNodeOpen($a_id)
Set node to be opened (additional custom opened node, not standard expand behaviour) ...
static getImagePath(string $image_name, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
getNodeId($a_node)
Get id for node.
getRootNode()
Get root node.
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
setOrderField(string $a_val, bool $a_numeric=false)