KernelsServiceProvider
class KernelsServiceProvider implements ServiceProviderInterface (View source)
Provide old input dependencies.
Traits
Allows objects to extend the config.
Methods
void
extendConfig(Container $container, string $key, mixed $default)
Extends the WP Emerge config in the container with a new key.
from ExtendsConfigTrait
void
register(Container $container)
Register all dependencies in the IoC container.
void
bootstrap(Container $container)
Bootstrap any services if needed.
Details
in ExtendsConfigTrait at line 58
void
extendConfig(Container $container, string $key, mixed $default)
Extends the WP Emerge config in the container with a new key.
at line 26
void
register(Container $container)
Register all dependencies in the IoC container.
at line 79
void
bootstrap(Container $container)
Bootstrap any services if needed.