13include_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",
"");
An exception for terminatinating execution or to throw for unit testing.
Select media pool for adding objects into pages.
__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.
getNodeHref($a_node)
Get href for node.
Explorer for selecting repository items.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc