PHP Class Sylius\Behat\Page\Shop\HomePage

Author: Arkadiusz Krakowiak ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPage
Show file Open project: sylius/sylius Class Usage Examples

Public Methods

Method Description
getActiveCurrency ( )
getActiveLocale ( )
getAvailableCurrencies ( )
getAvailableLocales ( )
getContents ( )
getFullName ( )
getLatestProductsNames ( )
getRouteName ( )
hasLogoutButton ( )
logOut ( )
switchCurrency ( $currencyCode )
switchLocale ( $localeCode )

Protected Methods

Method Description
getDefinedElements ( )

Method Details

getActiveCurrency() public method

public getActiveCurrency ( )

getActiveLocale() public method

public getActiveLocale ( )

getAvailableCurrencies() public method

getAvailableLocales() public method

public getAvailableLocales ( )

getContents() public method

public getContents ( )

getDefinedElements() protected method

protected getDefinedElements ( )

getFullName() public method

public getFullName ( )

getLatestProductsNames() public method

getRouteName() public method

public getRouteName ( )

hasLogoutButton() public method

public hasLogoutButton ( )

logOut() public method

public logOut ( )

switchCurrency() public method

public switchCurrency ( $currencyCode )

switchLocale() public method

public switchLocale ( $localeCode )