Ejemplo n.º 1
0
 /**
  * Sort the configuration list
  * @uses Configcmp()
  */
 public static function Configlist_sort()
 {
     $a = 0;
     //self::Configshow(self::$current);
     self::$current = PHP_ParserGenerator::msort(self::$current, 'next', array('PHP_ParserGenerator_Config', 'Configcmp'));
     //self::Configshow(self::$current);
     self::$currentend =& $a;
     self::$currentend = 0;
 }