TestServiceContainerWeakRefPass
in package
implements
CompilerPassInterface
Tags
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $privateTagName : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$privateTagName
private
mixed
$privateTagName
Methods
__construct()
public
__construct([string $privateTagName = 'container.private' ]) : mixed
Parameters
- $privateTagName : string = 'container.private'
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder