Nelmio\Alice\Bridge\Symfony\DependencyInjection\Compiler\RegisterTagServicesPass::__construct PHP Метод

__construct() публичный Метод

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