class ConfigServiceProvider implements ServiceProviderInterface, AfterRegisterAbleProviderInterface, BeforeRegisterAbleProviderInterface

Methods

mixed
beforeRegister(App $app)

注册服务之前.

register(Container $app)

{@inheritdoc}

mixed
afterRegister(App $app)

注册服务之后.

Details

at line 27
mixed beforeRegister(App $app)

注册服务之前.

Parameters

App $app

Return Value

mixed

at line 37
register(Container $app)

{@inheritdoc}

Parameters

Container $app

at line 47
mixed afterRegister(App $app)

注册服务之后.

Parameters

App $app

Return Value

mixed