PHP 인터페이스 Sylius\Behat\Page\Shop\HomePageInterface

저자: Arkadiusz Krakowiak ([email protected])
상속: extends Sylius\Behat\Page\SymfonyPageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
getActiveCurrency ( ) : string
getActiveLocale ( ) : string
getAvailableCurrencies ( ) : array
getAvailableLocales ( ) : array
getContents ( ) : string
getFullName ( ) : string
getLatestProductsNames ( ) : array
hasLogoutButton ( ) : boolean
logOut ( )
switchCurrency ( string $currencyCode )
switchLocale ( string $localeCode )

메소드 상세

getActiveCurrency() 공개 메소드

public getActiveCurrency ( ) : string
리턴 string

getActiveLocale() 공개 메소드

public getActiveLocale ( ) : string
리턴 string

getAvailableCurrencies() 공개 메소드

public getAvailableCurrencies ( ) : array
리턴 array

getAvailableLocales() 공개 메소드

public getAvailableLocales ( ) : array
리턴 array

getContents() 공개 메소드

public getContents ( ) : string
리턴 string

getFullName() 공개 메소드

public getFullName ( ) : string
리턴 string

getLatestProductsNames() 공개 메소드

public getLatestProductsNames ( ) : array
리턴 array

hasLogoutButton() 공개 메소드

public hasLogoutButton ( ) : boolean
리턴 boolean

logOut() 공개 메소드

public logOut ( )

switchCurrency() 공개 메소드

public switchCurrency ( string $currencyCode )
$currencyCode string

switchLocale() 공개 메소드

public switchLocale ( string $localeCode )
$localeCode string