public function __construct($field, $args, $order)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct($field, $args);
         $this->order = $order;
     }
 }
 public function __construct($args)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct("new", $args);
     }
 }