13 include_once
"./Services/Repository/classes/class.ilRepositorySelectorExplorerGUI.php";
33 $a_selection_gui = null,
34 $a_selection_cmd =
"insert",
35 $a_selection_subcmd =
"selectPool",
36 $a_selection_par =
"pool_ref_id" 40 $this->ctrl = $DIC->ctrl();
41 if ($a_selection_gui == null) {
42 $a_selection_gui = $a_parent_obj;
45 $this->selection_subcmd = $a_selection_subcmd;
67 $ilCtrl->setParameterByClass($this->selection_gui,
"subCmd", $this->selection_subcmd);
68 $link = parent::getNodeHref($a_node);
69 $ilCtrl->setParameterByClass($this->selection_gui,
"subCmd",
"");
81 if (parent::isNodeVisible($a_node)) {
85 if ($a_node[
"type"] ==
"qpl") {
86 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.
static _lookupOnline($a_obj_id, $is_reference=false)
getNodeHref($a_node)
Get href for node.
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.