public function RepeatedPass::setRepeat in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/RepeatedPass.php \Symfony\Component\DependencyInjection\Compiler\RepeatedPass::setRepeat()
Sets if the pass should repeat.
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ RepeatedPass.php, line 74
Class
- RepeatedPass
- A pass that might be run repeatedly.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function setRepeat() {
$this->repeat = true;
}