PHP 인터페이스 Sylius\Behat\Page\Shop\Checkout\SelectPaymentPageInterface

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

공개 메소드들

메소드 설명
changeAddressByStepLabel ( )
changeShippingMethod ( )
changeShippingMethodByStepLabel ( )
getItemSubtotal ( string $itemName ) : string
getPaymentMethods ( ) : string[]
hasNoAvailablePaymentMethodsWarning ( ) : boolean
hasPaymentMethod ( string $paymentMethodName ) : boolean
isNextStepButtonUnavailable ( ) : boolean
nextStep ( )
selectPaymentMethod ( string $paymentMethod )

메소드 상세

changeAddressByStepLabel() 공개 메소드

changeShippingMethod() 공개 메소드

changeShippingMethodByStepLabel() 공개 메소드

getItemSubtotal() 공개 메소드

public getItemSubtotal ( string $itemName ) : string
$itemName string
리턴 string

getPaymentMethods() 공개 메소드

public getPaymentMethods ( ) : string[]
리턴 string[]

hasNoAvailablePaymentMethodsWarning() 공개 메소드

hasPaymentMethod() 공개 메소드

public hasPaymentMethod ( string $paymentMethodName ) : boolean
$paymentMethodName string
리턴 boolean

isNextStepButtonUnavailable() 공개 메소드

nextStep() 공개 메소드

public nextStep ( )

selectPaymentMethod() 공개 메소드

public selectPaymentMethod ( string $paymentMethod )
$paymentMethod string