36         $a_selection_gui = null,
    37         string $a_selection_cmd = 
"insert",
    38         string $a_selection_subcmd = 
"selectPool",
    39         string $a_selection_par = 
"pool_ref_id"    43         $this->
ctrl = $DIC->ctrl();
    44         if ($a_selection_gui == null) {
    45             $a_selection_gui = $a_parent_obj;
    48         $this->selection_subcmd = $a_selection_subcmd;
    70         $link = parent::getNodeHref($a_node);
    71         $ilCtrl->setParameterByClass($this->selection_gui, 
"subCmd", 
"");
 setParameterByClass(string $a_class, string $a_parameter, $a_value)
 
getNodeHref($a_node)
Get href for node. 
 
__construct( $a_parent_obj, string $a_parent_cmd, $a_selection_gui=null, string $a_selection_cmd="insert", string $a_selection_subcmd="selectPool", string $a_selection_par="pool_ref_id")
 
__construct(Container $dic, ilPlugin $plugin)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...