4 include_once(
"./Services/Bookmarks/classes/class.ilBookmarkExplorerGUI.php");
31 public function __construct($a_parent_obj, $a_parent_cmd, $a_user_id = 0)
35 $this->
user = $DIC->user();
36 $this->ctrl = $DIC->ctrl();
39 parent::__construct($a_parent_obj, $a_parent_cmd, $a_user_id);
67 switch ($a_node[
"type"]) {
75 return $a_node[
"target"];
88 if ($a_node[
"type"] ==
"bm") {
102 if ($a_node[
"type"] ==
"bmf") {
getNodeHref($a_node)
Get href for node.
getNodeTarget($a_node)
Get target for node.
setSkipRootNode($a_val)
Set skip root node.
getNodeToggleOnClick($a_node)
Get onclick attribute for node toggling.
__construct($a_parent_obj, $a_parent_cmd, $a_user_id=0)
Constructor.
Bookmark block explorer GUI class.
Bookmark explorer GUI class.
setTypeWhiteList($a_val)
Set type white list.
isNodeHighlighted($a_node)
Is node highlighted?
getNodeOnClick($a_node)
Get onclick for node.
setOrderField($a_val, $a_numeric=false)
Set order field.