public function AnalyzeServiceReferencesPass::setRepeatedPass in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php \Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass::setRepeatedPass()
Sets the RepeatedPass interface.
Parameters
RepeatedPass $repeatedPass:
Overrides RepeatablePassInterface::setRepeatedPass
File
- vendor/
symfony/ dependency-injection/ Compiler/ AnalyzeServiceReferencesPass.php, line 49
Class
- AnalyzeServiceReferencesPass
- Run this pass before passes that need to know more about the relation of your services.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function setRepeatedPass(RepeatedPass $repeatedPass) {
$this->repeatedPass = $repeatedPass;
}