Exemplo n.º 1
0
 /**
  * Unfolds all nodes
  */
 public static function tree_unfold_all_nodes()
 {
     $tree = new ApmTreeData();
     $tree->load_last_tree();
     $tree->unfold_all_nodes();
     parent::send_json();
 }