ProviderInterface Interface

Aurora\Container Namespace


Methods

bootstrap

Bootstrap service provider

Signature

public function bootstrap(): void

register

Register services

Parameters

  • Psr\Container\ContainerInterface $container — The container interface

Signature

public function register(Psr\Container\ContainerInterface $container): void

Go to top