Symfony\Component\DependencyInjection\Compiler\PassConfig::setMergePass PHP Method

setMergePass() public method

Sets the Merge Pass.
public setMergePass ( Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface $pass )
$pass Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface The merge pass
    public function setMergePass(CompilerPassInterface $pass)
    {
        $this->mergePass = $pass;
    }