WebProvider Class

Aurora\Web Namespace

Extends

Interfaces


Properties

provides

Services provided

protected $provides = []: array

Methods

bootstrap

Bootstrap service provider

Return Value

  • void

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