class HttpKernelServiceProvider implements ServiceProviderInterface, EventListenerAbleProviderInterface

Methods

register(Container $app)

{@inheritdoc}

mixed
subscribe(App $app, EventDispatcherInterface $dispatcher)

服务订阅事件.

Details

at line 33
register(Container $app)

{@inheritdoc}

Parameters

Container $app

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

服务订阅事件.

Parameters

App $app
EventDispatcherInterface $dispatcher

Return Value

mixed