PHP Класс Sylius\Behat\Context\Transform\ProductVariantContext

Автор: Łukasz Chruściel ([email protected])
Наследование: implements Behat\Behat\Context\Context
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Sylius\Component\Core\Repository\ProductRepositoryInterface $productRepository, Sylius\Component\Product\Repository\ProductVariantRepositoryInterface $productVariantRepository )
getProductVariantByCode ( $code )
getProductVariantByName ( $name )
getProductVariantByNameAndProduct ( $variantName, $productName )

Описание методов

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

public __construct ( Sylius\Component\Core\Repository\ProductRepositoryInterface $productRepository, Sylius\Component\Product\Repository\ProductVariantRepositoryInterface $productVariantRepository )
$productRepository Sylius\Component\Core\Repository\ProductRepositoryInterface
$productVariantRepository Sylius\Component\Product\Repository\ProductVariantRepositoryInterface

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

public getProductVariantByCode ( $code )

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

public getProductVariantByName ( $name )

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

public getProductVariantByNameAndProduct ( $variantName, $productName )