Sylius\Bundle\ResourceBundle\Form\Type\ResourceToIdentifierType::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Resource\Repository\RepositoryInterface $repository, Sylius\Component\Resource\Metadata\MetadataInterface $metadata )
$repository Sylius\Component\Resource\Repository\RepositoryInterface
$metadata Sylius\Component\Resource\Metadata\MetadataInterface
    public function __construct(RepositoryInterface $repository, MetadataInterface $metadata)
    {
        $this->repository = $repository;
        $this->metadata = $metadata;
    }