ViewServiceProvider
class ViewServiceProvider implements ServiceProviderInterface (View source)
Provide view 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 85
void
bootstrap(Container $container)
Bootstrap any services if needed.