13 include_once
"./Services/Repository/classes/class.ilRepositorySelectorExplorerGUI.php";
30 function __construct($a_parent_obj, $a_parent_cmd, $a_selection_gui = null, $a_selection_cmd =
"insert",
31 $a_selection_subcmd =
"selectPool", $a_selection_par =
"pool_ref_id")
33 if($a_selection_gui == null)
35 $a_selection_gui = $a_parent_obj;
38 $this->selection_subcmd = $a_selection_subcmd;
39 parent::__construct($a_parent_obj, $a_parent_cmd, $a_selection_gui, $a_selection_cmd,
55 $ilCtrl->setParameterByClass($this->selection_gui,
"subCmd", $this->selection_subcmd);
56 $link = parent::getNodeHref($a_node);
57 $ilCtrl->setParameterByClass($this->selection_gui,
"subCmd",
"");
69 if(parent::isNodeVisible($a_node))
75 if($a_node[
"type"] ==
"qpl")
77 include_once
"Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
__construct($a_parent_obj, $a_parent_cmd, $a_selection_gui=null, $a_selection_cmd="insert", $a_selection_subcmd="selectPool", $a_selection_par="pool_ref_id")
Constructor.
Explorer for selecting repository items.
getNodeHref($a_node)
Get href for node.
static _lookupOnline($a_obj_id, $is_reference=FALSE)
isNodeClickable($a_node)
Is node clickable?
Create styles array
The data for the language used.
isNodeVisible($a_node)
Is node visible.
getChildsOfNode($a_parent_node_id)
Get childs of node.
Select media pool for adding objects into pages.