Exemplo n.º 1
0
 /**
  *    Accessor for global registry of options.
  *    @return hash           All stored values.
  */
 protected static function &getRegistry()
 {
     static $registry = false;
     if (!$registry) {
         $registry = SimpleTest::getDefaults();
     }
     return $registry;
 }