Example #1
0
 public static function NEXT($node, $sub_node = NULL)
 {
     $table = new self();
     return $table->getNext($node, $sub_node);
 }