21 $a_selection_gui =
null,
22 $a_selection_cmd =
"selectObject",
23 $a_selection_par =
"sel_ref_id"
25 parent::__construct($a_parent_obj, $a_parent_cmd, $a_selection_gui, $a_selection_cmd, $a_selection_par);
53 if ($a_node[
'type'] ==
'frm') {
58 return $DIC->access()->checkAccess(
'moderate_frm',
'', $a_node[
'child']) && parent::isNodeClickable($a_node);
69 return parent::isNodeVisible($a_node);
79 if ($a_node[
'type'] ==
'frm') {
84 return $DIC->access()->checkAccess(
'moderate_frm',
'', $a_node[
'child']) && parent::isNodeSelectable($a_node);
An exception for terminatinating execution or to throw for unit testing.
setSelectMode($a_postvar, $a_multi=false)
Set select mode (to deactivate, pass an empty string as postvar)
ilForumMoveTopicsExplorer
isNodeVisible($a_node)
{Is node visible.bool visible true/false}
isNodeSelectable($a_node)
{Is node selectable?boolean node selectable true/false}
__construct( $a_parent_obj, $a_parent_cmd, $a_selection_gui=null, $a_selection_cmd="selectObject", $a_selection_par="sel_ref_id")
{}
isNodeClickable($a_node)
{Is node clickable?boolean node clickable true/false}
setCurrentFrmRefId($current_frm_ref_id)
Explorer for selecting repository items.
setTypeWhiteList($a_val)
Set type white list.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc