class EventServiceProvider implements ServiceProviderInterface, AfterRegisterAbleProviderInterface

Methods

register(Container $app)

{@inheritdoc}

mixed
afterRegister(App $app)

注册服务之后.

Details

at line 27
register(Container $app)

{@inheritdoc}

Parameters

Container $app

at line 42
mixed afterRegister(App $app)

注册服务之后.

Parameters

App $app

Return Value

mixed