AutowirePass
AutowirePass
class AutowirePass extends AbstractRecursivePass
Inspects existing service definitions and wires the autowired ones using the type hints of their classes.
Methods
process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. | ||
__construct(bool $throwOnAutowireException = true) | ||
登录查看完整内容
|