PHP 인터페이스 Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface

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

공개 메소드들

메소드 설명
choosePricingCalculator ( string $name )
getFirstPriceValidationMessage ( ) : string
getPricesValidationMessage ( ) : string
getValidationMessageForForm ( ) : string
nameIt ( string $name )
selectOption ( string $optionName, string $optionValue )
selectShippingCategory ( string $shippingCategoryName )
specifyCode ( string $code )
specifyCurrentStock ( integer $currentStock )
specifyHeightWidthDepthAndWeight ( integer $height, integer $width, integer $depth, integer $weight )
specifyPrice ( integer $price, string $channel )
specifyPriceForChannelAndCurrency ( integer $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )

메소드 상세

choosePricingCalculator() 공개 메소드

public choosePricingCalculator ( string $name )
$name string

getFirstPriceValidationMessage() 공개 메소드

getPricesValidationMessage() 공개 메소드

getValidationMessageForForm() 공개 메소드

nameIt() 공개 메소드

public nameIt ( string $name )
$name string

selectOption() 공개 메소드

public selectOption ( string $optionName, string $optionValue )
$optionName string
$optionValue string

selectShippingCategory() 공개 메소드

public selectShippingCategory ( string $shippingCategoryName )
$shippingCategoryName string

specifyCode() 공개 메소드

public specifyCode ( string $code )
$code string

specifyCurrentStock() 공개 메소드

public specifyCurrentStock ( integer $currentStock )
$currentStock integer

specifyHeightWidthDepthAndWeight() 공개 메소드

public specifyHeightWidthDepthAndWeight ( integer $height, integer $width, integer $depth, integer $weight )
$height integer
$width integer
$depth integer
$weight integer

specifyPrice() 공개 메소드

public specifyPrice ( integer $price, string $channel )
$price integer
$channel string

specifyPriceForChannelAndCurrency() 공개 메소드

public specifyPriceForChannelAndCurrency ( integer $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )
$price integer
$channel Sylius\Component\Core\Model\ChannelInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface