PHP Interface Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
ファイルを表示 Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
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 )

Method Details

choosePricingCalculator() public method

public choosePricingCalculator ( string $name )
$name string

getFirstPriceValidationMessage() public method

getPricesValidationMessage() public method

getValidationMessageForForm() public method

nameIt() public method

public nameIt ( string $name )
$name string

selectOption() public method

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

selectShippingCategory() public method

public selectShippingCategory ( string $shippingCategoryName )
$shippingCategoryName string

specifyCode() public method

public specifyCode ( string $code )
$code string

specifyCurrentStock() public method

public specifyCurrentStock ( integer $currentStock )
$currentStock integer

specifyHeightWidthDepthAndWeight() public method

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

specifyPrice() public method

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

specifyPriceForChannelAndCurrency() public method

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