class ServiceProvider extends Provider (View source)

Properties

protected Application $app from  Provider

Methods

__construct(Application $app)

No description

from  Provider
register()

Registers the services provided by this provider.

provides()

No description

from  Provider
Response
handle(string $type, string $action)

No description

Details

__construct(Application $app)

No description

Parameters

Application $app

register()

Registers the services provided by this provider.

provides()

No description

private Response handle(string $type, string $action)

No description

Parameters

string $type
string $action

Return Value

Response