Since: 4.0.0

class RouterFactory implements ServiceProviderInterface

Service provider for the service router factory.

Methods

__construct(string $namespace)

DispatcherFactory constructor.

void
register(Container $container)

Registers the service provider with a DI container.

Details

__construct(string $namespace)

Since: 4.0.0

DispatcherFactory constructor.

Parameters

string $namespace

The namespace

void register(Container $container)

Since: 4.0.0

Registers the service provider with a DI container.

Parameters

Container $container

The DI container.

Return Value

void