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

__construct() public method

public __construct ( Sylius\Component\Core\Repository\AddressRepositoryInterface $addressRepository, Doctrine\Common\Persistence\ObjectManager $customerManager )
$addressRepository Sylius\Component\Core\Repository\AddressRepositoryInterface
$customerManager Doctrine\Common\Persistence\ObjectManager
    public function __construct(AddressRepositoryInterface $addressRepository, ObjectManager $customerManager)
    {
        $this->addressRepository = $addressRepository;
        $this->customerManager = $customerManager;
    }