Sylius\Behat\Context\Ui\Admin\ImpersonatingCustomersContext::__construct PHP Method

__construct() public method

public __construct ( Sylius\Behat\Page\Admin\Customer\ShowPageInterface $customerShowPage, Sylius\Behat\Page\Admin\DashboardPageInterface $dashboardPage, Sylius\Behat\Page\Shop\HomePageInterface $homePage )
$customerShowPage Sylius\Behat\Page\Admin\Customer\ShowPageInterface
$dashboardPage Sylius\Behat\Page\Admin\DashboardPageInterface
$homePage Sylius\Behat\Page\Shop\HomePageInterface
    public function __construct(ShowPageInterface $customerShowPage, DashboardPageInterface $dashboardPage, HomePageInterface $homePage)
    {
        $this->customerShowPage = $customerShowPage;
        $this->dashboardPage = $dashboardPage;
        $this->homePage = $homePage;
    }