public static function current()
 {
     if (self::$defs === NULL) {
         self::$defs = new FieldDefinitions();
     }
     return self::$defs;
 }