class MonologServiceProvider implements ServiceProviderInterface, BootAbleProviderInterface, EventListenerAbleProviderInterface, BeforeRegisterAbleProviderInterface

Methods

mixed
beforeRegister(App $app)

注册服务之前.

register(Container $app)

{@inheritdoc}

mixed
subscribe(App $app, EventDispatcherInterface $dispatcher)

服务订阅事件.

mixed
boot(App $app)

引导应用程序.

Details

at line 34
mixed beforeRegister(App $app)

注册服务之前.

Parameters

App $app

Return Value

mixed

at line 57
register(Container $app)

{@inheritdoc}

Parameters

Container $app

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

服务订阅事件.

Parameters

App $app
EventDispatcherInterface $dispatcher

Return Value

mixed

at line 121
mixed boot(App $app)

引导应用程序.

Parameters

App $app

Return Value

mixed