You are here

public function RepeatedPass::setRepeat in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Compiler/RepeatedPass.php \Symfony\Component\DependencyInjection\Compiler\RepeatedPass::setRepeat()

Sets if the pass should repeat.

File

vendor/symfony/dependency-injection/Compiler/RepeatedPass.php, line 74

Class

RepeatedPass
A pass that might be run repeatedly.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function setRepeat() {
  $this->repeat = true;
}