class RepeatedPass implements CompilerPassInterface
A pass that might be run repeatedly.
| __construct(array $passes) | ||
| process(ContainerBuilder $container) Process the repeatable passes that run more than once. | ||
| setRepeat() Sets if the pass should repeat. | ||
| RepeatablePassInterface[] | getPasses() Returns the passes. |
Process the repeatable passes that run more than once.
Sets if the pass should repeat.
Returns the passes.
© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.html