/** These are the API functions */
 function __construct()
 {
     if (self::$missing === null) {
         self::$missing = new stdClass();
     }
     if (self::$present === null) {
         self::$present = new stdClass();
     }
 }