PHP Interface Sylius\Behat\Page\Shop\Checkout\CompletePageInterface

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

addNotes() public méthode

public addNotes ( string $notes )
$notes string

changeAddress() public méthode

public changeAddress ( )

changePaymentMethod() public méthode

public changePaymentMethod ( )

changeShippingMethod() public méthode

confirmOrder() public méthode

public confirmOrder ( )

getBaseCurrencyOrderTotal() public méthode

public getBaseCurrencyOrderTotal ( ) : string
Résultat string

hasBillingAddress() public méthode

public hasBillingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
$address Sylius\Component\Core\Model\AddressInterface
Résultat boolean

hasBillingProvinceName() public méthode

public hasBillingProvinceName ( string $provinceName ) : boolean
$provinceName string
Résultat boolean

hasCurrency() public méthode

public hasCurrency ( string $currencyCode ) : boolean
$currencyCode string
Résultat boolean

hasItemWithProductAndQuantity() public méthode

public hasItemWithProductAndQuantity ( string $productName, string $quantity ) : boolean
$productName string
$quantity string
Résultat boolean

hasLocale() public méthode

public hasLocale ( string $localeName ) : boolean
$localeName string
Résultat boolean

hasOrderTotal() public méthode

public hasOrderTotal ( float $total ) : boolean
$total float
Résultat boolean

hasPaymentMethod() public méthode

public hasPaymentMethod ( Sylius\Component\Payment\Model\PaymentMethodInterface $paymentMethod ) : boolean
$paymentMethod Sylius\Component\Payment\Model\PaymentMethodInterface
Résultat boolean

hasProductDiscountedUnitPriceBy() public méthode

public hasProductDiscountedUnitPriceBy ( Sylius\Component\Core\Model\ProductInterface $product, float $amount ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
$amount float
Résultat boolean

hasProductOutOfStockValidationMessage() public méthode

public hasProductOutOfStockValidationMessage ( Sylius\Component\Core\Model\ProductInterface $product ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
Résultat boolean

hasProductUnitPrice() public méthode

public hasProductUnitPrice ( Sylius\Component\Core\Model\ProductInterface $product, string $price ) : boolean
$product Sylius\Component\Core\Model\ProductInterface
$price string
Résultat boolean

hasPromotion() public méthode

public hasPromotion ( string $promotionName ) : boolean
$promotionName string
Résultat boolean

hasPromotionTotal() public méthode

public hasPromotionTotal ( string $promotionTotal ) : boolean
$promotionTotal string
Résultat boolean

hasShippingAddress() public méthode

public hasShippingAddress ( Sylius\Component\Core\Model\AddressInterface $address ) : boolean
$address Sylius\Component\Core\Model\AddressInterface
Résultat boolean

hasShippingMethod() public méthode

public hasShippingMethod ( Sylius\Component\Core\Model\ShippingMethodInterface $shippingMethod ) : boolean
$shippingMethod Sylius\Component\Core\Model\ShippingMethodInterface
Résultat boolean

hasShippingProvinceName() public méthode

public hasShippingProvinceName ( string $provinceName ) : boolean
$provinceName string
Résultat boolean

hasShippingTotal() public méthode

public hasShippingTotal ( string $price ) : boolean
$price string
Résultat boolean

hasTaxTotal() public méthode

public hasTaxTotal ( string $taxTotal ) : boolean
$taxTotal string
Résultat boolean