コード例 #1
0
ファイル: loader.php プロジェクト: GE3/GE3
 static function getServiceLocator()
 {
     if (self::$serviceLocator === NULL) {
         self::$serviceLocator = self::getConfigurator()->createServiceLocator();
     }
     return self::$serviceLocator;
 }