示例#1
0
 static function getConfigurator()
 {
     if (self::$configurator === NULL) {
         self::$configurator = new NConfigurator();
     }
     return self::$configurator;
 }