Sylius\Behat\Context\Ui\Shop\LocaleContext::__construct PHP Method

__construct() public method

public __construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage )
$homePage Sylius\Behat\Page\Shop\HomePageInterface
    public function __construct(HomePageInterface $homePage)
    {
        $this->homePage = $homePage;
    }