ApplicationServiceProvider
class ApplicationServiceProvider implements ServiceProviderInterface (View source)
Provide application 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 28
void
register(Container $container)
Register all dependencies in the IoC container.
at line 68
void
bootstrap(Container $container)
Bootstrap any services if needed.