Sylius\Behat\Context\Transform\AddressContext::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Resource\Factory\FactoryInterface $addressFactory, Sylius\Component\Addressing\Converter\CountryNameConverterInterface $countryNameConverter, Sylius\Component\Core\Repository\AddressRepositoryInterface $addressRepository )
$addressFactory Sylius\Component\Resource\Factory\FactoryInterface
$countryNameConverter Sylius\Component\Addressing\Converter\CountryNameConverterInterface
$addressRepository Sylius\Component\Core\Repository\AddressRepositoryInterface
    public function __construct(FactoryInterface $addressFactory, CountryNameConverterInterface $countryNameConverter, AddressRepositoryInterface $addressRepository)
    {
        $this->addressFactory = $addressFactory;
        $this->countryNameConverter = $countryNameConverter;
        $this->addressRepository = $addressRepository;
    }