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

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

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

Метод Описание
__construct ( Sylius\Component\Core\Repository\CustomerRepositoryInterface $customerRepository, Sylius\Component\Resource\Factory\FactoryInterface $customerFactory, Sylius\Behat\Service\SharedStorageInterface $sharedStorage )
getLastCustomer ( )
getOrCreateCustomerByEmail ( $email )

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

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

public __construct ( Sylius\Component\Core\Repository\CustomerRepositoryInterface $customerRepository, Sylius\Component\Resource\Factory\FactoryInterface $customerFactory, Sylius\Behat\Service\SharedStorageInterface $sharedStorage )
$customerRepository Sylius\Component\Core\Repository\CustomerRepositoryInterface
$customerFactory Sylius\Component\Resource\Factory\FactoryInterface
$sharedStorage Sylius\Behat\Service\SharedStorageInterface

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

public getLastCustomer ( )

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

public getOrCreateCustomerByEmail ( $email )