Sylius\Behat\Context\Setup\ProductAttributeContext::__construct PHP Method

__construct() public method

public __construct ( Sylius\Behat\Service\SharedStorageInterface $sharedStorage, Sylius\Component\Attribute\Repository\AttributeRepositoryInterface $productAttributeRepository, Sylius\Component\Attribute\Factory\AttributeFactoryInterface $productAttributeFactory )
$sharedStorage Sylius\Behat\Service\SharedStorageInterface
$productAttributeRepository Sylius\Component\Attribute\Repository\AttributeRepositoryInterface
$productAttributeFactory Sylius\Component\Attribute\Factory\AttributeFactoryInterface
    public function __construct(SharedStorageInterface $sharedStorage, AttributeRepositoryInterface $productAttributeRepository, AttributeFactoryInterface $productAttributeFactory)
    {
        $this->sharedStorage = $sharedStorage;
        $this->productAttributeRepository = $productAttributeRepository;
        $this->productAttributeFactory = $productAttributeFactory;
    }