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

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

공개 메소드들

메소드 설명
addNotes ( string $notes )
changeAddress ( )
changePaymentMethod ( )
changeShippingMethod ( )
confirmOrder ( )
getBaseCurrencyOrderTotal ( ) : string
hasBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
hasBillingProvinceName ( string $provinceName ) : boolean
hasCurrency ( string $currencyCode ) : boolean
hasItemWithProductAndQuantity ( string $productName, string $quantity ) : boolean
hasLocale ( string $localeName ) : boolean
hasOrderTotal ( float $total ) : boolean
hasPaymentMethod ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod ) : boolean
hasProductDiscountedUnitPriceBy ( Sylius\Component\Core\Model\ProductInterface $product, float $amount ) : boolean
hasProductOutOfStockValidationMessage ( Sylius\Component\Core\Model\ProductInterface $product ) : boolean
hasProductUnitPrice ( Sylius\Component\Core\Model\ProductInterface $product, string $price ) : boolean
hasPromotion ( string $promotionName ) : boolean
hasPromotionTotal ( string $promotionTotal ) : boolean
hasShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
hasShippingMethod ( Sylius\Component\Core\Model\ShippingMethodInterface $shippingMethod ) : boolean
hasShippingProvinceName ( string $provinceName ) : boolean
hasShippingTotal ( string $price ) : boolean
hasTaxTotal ( string $taxTotal ) : boolean

메소드 상세

addNotes() 공개 메소드

public addNotes ( string $notes )
$notes string

changeAddress() 공개 메소드

public changeAddress ( )

changePaymentMethod() 공개 메소드

public changePaymentMethod ( )

changeShippingMethod() 공개 메소드

confirmOrder() 공개 메소드

public confirmOrder ( )

getBaseCurrencyOrderTotal() 공개 메소드

hasBillingAddress() 공개 메소드

public hasBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
$address Sylius\Component\Core\Model\AddressInterface
리턴 boolean

hasBillingProvinceName() 공개 메소드

public hasBillingProvinceName ( string $provinceName ) : boolean
$provinceName string
리턴 boolean

hasCurrency() 공개 메소드

public hasCurrency ( string $currencyCode ) : boolean
$currencyCode string
리턴 boolean

hasItemWithProductAndQuantity() 공개 메소드

public hasItemWithProductAndQuantity ( string $productName, string $quantity ) : boolean
$productName string
$quantity string
리턴 boolean

hasLocale() 공개 메소드

public hasLocale ( string $localeName ) : boolean
$localeName string
리턴 boolean

hasOrderTotal() 공개 메소드

public hasOrderTotal ( float $total ) : boolean
$total float
리턴 boolean

hasPaymentMethod() 공개 메소드

public hasPaymentMethod ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod ) : boolean
$paymentMethod Sylius\Component\Payment\Model\PaymentMethodInterface
리턴 boolean

hasProductDiscountedUnitPriceBy() 공개 메소드

public hasProductDiscountedUnitPriceBy ( Sylius\Component\Core\Model\ProductInterface $product, float $amount ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
$amount float
리턴 boolean

hasProductOutOfStockValidationMessage() 공개 메소드

public hasProductOutOfStockValidationMessage ( Sylius\Component\Core\Model\ProductInterface $product ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
리턴 boolean

hasProductUnitPrice() 공개 메소드

public hasProductUnitPrice ( Sylius\Component\Core\Model\ProductInterface $product, string $price ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
$price string
리턴 boolean

hasPromotion() 공개 메소드

public hasPromotion ( string $promotionName ) : boolean
$promotionName string
리턴 boolean

hasPromotionTotal() 공개 메소드

public hasPromotionTotal ( string $promotionTotal ) : boolean
$promotionTotal string
리턴 boolean

hasShippingAddress() 공개 메소드

public hasShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
$address Sylius\Component\Core\Model\AddressInterface
리턴 boolean

hasShippingMethod() 공개 메소드

public hasShippingMethod ( Sylius\Component\Core\Model\ShippingMethodInterface $shippingMethod ) : boolean
$shippingMethod Sylius\Component\Core\Model\ShippingMethodInterface
리턴 boolean

hasShippingProvinceName() 공개 메소드

public hasShippingProvinceName ( string $provinceName ) : boolean
$provinceName string
리턴 boolean

hasShippingTotal() 공개 메소드

public hasShippingTotal ( string $price ) : boolean
$price string
리턴 boolean

hasTaxTotal() 공개 메소드

public hasTaxTotal ( string $taxTotal ) : boolean
$taxTotal string
리턴 boolean