PHP 인터페이스 Sylius\Behat\Page\Shop\Cart\SummaryPageInterface

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

공개 메소드들

메소드 설명
applyCoupon ( string $couponCode )
changeQuantity ( string $productName, integer $quantity )
clearCart ( )
getBaseGrandTotal ( ) : string
getCartTotal ( ) : string
getGrandTotal ( ) : string
getItemTotal ( string $productName ) : string
getItemUnitPrice ( string $productName ) : string
getItemUnitRegularPrice ( string $productName ) : string
getPromotionCouponValidationMessage ( ) : string
getPromotionTotal ( ) : string
getQuantity ( $productName ) : integer
getShippingTotal ( ) : string
getTaxTotal ( ) : string
hasItemNamed ( string $name ) : boolean
hasItemWithCode ( string $code ) : boolean
hasItemWithOptionValue ( string $productName, string $optionName, string $optionValue ) : string
hasItemWithVariantNamed ( string $variantName ) : boolean
hasProductOutOfStockValidationMessage ( Sylius\Component\Core\Model\ProductInterface $product ) : boolean
isEmpty ( ) : boolean
isItemDiscounted ( string $productName ) : boolean
isSingleItemOnPage ( ) : boolean
removeProduct ( string $productName )
updateCart ( )
waitForRedirect ( integer $timeout )

메소드 상세

applyCoupon() 공개 메소드

public applyCoupon ( string $couponCode )
$couponCode string

changeQuantity() 공개 메소드

public changeQuantity ( string $productName, integer $quantity )
$productName string
$quantity integer

clearCart() 공개 메소드

public clearCart ( )

getBaseGrandTotal() 공개 메소드

public getBaseGrandTotal ( ) : string
리턴 string

getCartTotal() 공개 메소드

public getCartTotal ( ) : string
리턴 string

getGrandTotal() 공개 메소드

public getGrandTotal ( ) : string
리턴 string

getItemTotal() 공개 메소드

public getItemTotal ( string $productName ) : string
$productName string
리턴 string

getItemUnitPrice() 공개 메소드

public getItemUnitPrice ( string $productName ) : string
$productName string
리턴 string

getItemUnitRegularPrice() 공개 메소드

public getItemUnitRegularPrice ( string $productName ) : string
$productName string
리턴 string

getPromotionCouponValidationMessage() 공개 메소드

getPromotionTotal() 공개 메소드

public getPromotionTotal ( ) : string
리턴 string

getQuantity() 공개 메소드

public getQuantity ( $productName ) : integer
$productName
리턴 integer

getShippingTotal() 공개 메소드

public getShippingTotal ( ) : string
리턴 string

getTaxTotal() 공개 메소드

public getTaxTotal ( ) : string
리턴 string

hasItemNamed() 공개 메소드

public hasItemNamed ( string $name ) : boolean
$name string
리턴 boolean

hasItemWithCode() 공개 메소드

public hasItemWithCode ( string $code ) : boolean
$code string
리턴 boolean

hasItemWithOptionValue() 공개 메소드

public hasItemWithOptionValue ( string $productName, string $optionName, string $optionValue ) : string
$productName string
$optionName string
$optionValue string
리턴 string

hasItemWithVariantNamed() 공개 메소드

public hasItemWithVariantNamed ( string $variantName ) : boolean
$variantName string
리턴 boolean

hasProductOutOfStockValidationMessage() 공개 메소드

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

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

isItemDiscounted() 공개 메소드

public isItemDiscounted ( string $productName ) : boolean
$productName string
리턴 boolean

isSingleItemOnPage() 공개 메소드

public isSingleItemOnPage ( ) : boolean
리턴 boolean

removeProduct() 공개 메소드

public removeProduct ( string $productName )
$productName string

updateCart() 공개 메소드

public updateCart ( )

waitForRedirect() 공개 메소드

public waitForRedirect ( integer $timeout )
$timeout integer