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

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

공개 메소드들

메소드 설명
changeAddress ( )
changeAddressByStepLabel ( )
getItemSubtotal ( string $itemName ) : string
getShippingMethods ( ) : string[]
getValidationMessageForShipment ( ) : string
hasNoAvailableShippingMethodsWarning ( ) : boolean
hasNoShippingMethodsMessage ( ) : boolean
hasShippingMethod ( string $shippingMethodName ) : boolean
hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean
isNextStepButtonUnavailable ( ) : boolean
nextStep ( )
selectShippingMethod ( string $shippingMethod )

메소드 상세

changeAddress() 공개 메소드

public changeAddress ( )

changeAddressByStepLabel() 공개 메소드

getItemSubtotal() 공개 메소드

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

getShippingMethods() 공개 메소드

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

getValidationMessageForShipment() 공개 메소드

hasNoAvailableShippingMethodsWarning() 공개 메소드

hasNoShippingMethodsMessage() 공개 메소드

hasShippingMethod() 공개 메소드

public hasShippingMethod ( string $shippingMethodName ) : boolean
$shippingMethodName string
리턴 boolean

hasShippingMethodFee() 공개 메소드

public hasShippingMethodFee ( string $shippingMethodName, string $fee ) : boolean
$shippingMethodName string
$fee string
리턴 boolean

isNextStepButtonUnavailable() 공개 메소드

nextStep() 공개 메소드

public nextStep ( )

selectShippingMethod() 공개 메소드

public selectShippingMethod ( string $shippingMethod )
$shippingMethod string