Example #1
0
 /**
  * Get initial instance of service locator.
  * @return IServiceLocator
  */
 public static function getServiceLocator()
 {
     if (self::$serviceLocator === NULL) {
         self::$serviceLocator = self::getConfigurator()->createServiceLocator();
     }
     return self::$serviceLocator;
 }