19 declare(strict_types=1);
50 if ($a_node[
'type'] ===
'frm') {
55 return $DIC->access()->checkAccess(
58 (
int) $a_node[
'child']
59 ) && parent::isNodeClickable($a_node);
69 if ($a_node[
'type'] ===
'frm') {
74 return $DIC->access()->checkAccess(
77 (
int) $a_node[
'child']
78 ) && parent::isNodeSelectable($a_node);
Explorer for selecting repository items.
setTypeWhiteList(array $a_val)
Set type white list.
__construct(ilObjForumGUI $a_parent_obj, string $a_parent_cmd)
setCurrentFrmRefId(int $current_frm_ref_id)
setSelectMode(string $a_postvar, bool $a_multi=false)
Set select mode (to deactivate, pass an empty string as postvar)
ilForumMoveTopicsExplorer
__construct(Container $dic, ilPlugin $plugin)
isNodeSelectable($a_node)