class RoutingServiceProvider implements ServiceProviderInterface, EventListenerAbleProviderInterface, AfterRegisterAbleProviderInterface

Methods

register(Container $app)

{@inheritdoc}

mixed
subscribe(App $app, EventDispatcherInterface $dispatcher)

服务订阅事件.

mixed
afterRegister(App $app)

注册服务之后.

Details

at line 31
register(Container $app)

{@inheritdoc}

Parameters

Container $app

at line 57
mixed subscribe(App $app, EventDispatcherInterface $dispatcher)

服务订阅事件.

Parameters

App $app
EventDispatcherInterface $dispatcher

Return Value

mixed

at line 65
mixed afterRegister(App $app)

注册服务之后.

Parameters

App $app

Return Value

mixed