class UserServiceProvider 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
bindContainer(Application $app)

Bind things to the container

bindEvents(EventDispatcherInterface $dispatcher, $subscribers)

No description

handleEvent(Event $event, UserNotificationEventHandler $service)

Handle routing bound events

Details

__construct(Application $app)

No description

Parameters

Application $app

register()

Registers the services provided by this provider.

provides()

No description

protected bindContainer(Application $app)

Bind things to the container

Parameters

Application $app

protected bindEvents(EventDispatcherInterface $dispatcher, $subscribers)

No description

Parameters

EventDispatcherInterface $dispatcher
$subscribers

handleEvent(Event $event, UserNotificationEventHandler $service)

internal  
 

Handle routing bound events

Parameters

Event $event
UserNotificationEventHandler $service