Пример #1
0
 /**
  * Debug function : to display tree nodes fold/unfold states
  */
 public static function get_tree_state()
 {
     $tree_state = new ApmTreeState();
     $tree_state->load();
     return $tree_state->get_tree_state();
 }