You are here

public function InlineServiceDefinitionsPass::setRepeatedPass in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php \Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass::setRepeatedPass()

Sets the RepeatedPass interface.

Parameters

RepeatedPass $repeatedPass:

Overrides RepeatablePassInterface::setRepeatedPass

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php, line 35

Class

InlineServiceDefinitionsPass
Inline service definitions where this is possible.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function setRepeatedPass(RepeatedPass $repeatedPass) {
  $this->repeatedPass = $repeatedPass;
}