Exemple #1
0
 public function get_allowed_target_nodes($moving_node, $action)
 {
     $allowed = $this->apm_tree->get_allowed_target_nodes($moving_node, $action);
     sort($allowed);
     return $allowed;
 }