class TwigServiceProvider implements ServiceProviderInterface, BeforeRegisterAbleProviderInterface

Properties

LoaderInterface $loader

Methods

mixed
beforeRegister(App $app)

注册服务之前.

register(Container $app)

{@inheritdoc}

Details

at line 32
mixed beforeRegister(App $app)

注册服务之前.

Parameters

App $app

Return Value

mixed

at line 66
register(Container $app)

{@inheritdoc}

Parameters

Container $app