Nelmio\Alice\Bridge\Symfony\DependencyInjection\Compiler\RegisterTagServicesPass::__construct PHP Method

__construct() public method

public __construct ( string $registry, string $tagName )
$registry string
$tagName string
    public function __construct(string $registry, string $tagName)
    {
        $this->registry = $registry;
        $this->tagName = $tagName;
        $this->taggedDefinitionsLocator = new TaggedDefinitionsLocator();
    }
RegisterTagServicesPass