示例#1
0
文件: loader.php 项目: GE3/GE3
 static function getServiceLocator()
 {
     if (self::$serviceLocator === NULL) {
         self::$serviceLocator = self::getConfigurator()->createServiceLocator();
     }
     return self::$serviceLocator;
 }