Method | Description | |
---|---|---|
boot ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator ) | Executed immediately after initialization of ServiceLocator it's the first place where CommandExtensions can be registered. | |
build ( Dumplie\SharedKernel\Application\ServiceContainer $serviceContainer ) | Used to register services in ServiceContainer | |
dependsOn ( ) : array | List of class names of extensions that this one depends on. |
public boot ( Dumplie\SharedKernel\Application\ServiceLocator $serviceLocator ) | ||
$serviceLocator | Dumplie\SharedKernel\Application\ServiceLocator |
public build ( Dumplie\SharedKernel\Application\ServiceContainer $serviceContainer ) | ||
$serviceContainer | Dumplie\SharedKernel\Application\ServiceContainer |