\Framework\ContainerServiceProviderInterface

Summary

Methods
Constants
register()
boot()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

register()

register(\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator  $container) : void

在此阶段注册服务定义.

Parameters

\Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator $container

boot()

boot(\Symfony\Component\DependencyInjection\ContainerInterface  $container) : void

在容器编译后执行(初始化逻辑).

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container