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 ) |
public choosePricingCalculator ( string $name ) | ||
$name | string |
public getFirstPriceValidationMessage ( ) : string | ||
return | string |
public getPricesValidationMessage ( ) : string | ||
return | string |
public getValidationMessageForForm ( ) : string | ||
return | string |
public selectOption ( string $optionName, string $optionValue ) | ||
$optionName | string | |
$optionValue | string |
public selectShippingCategory ( string $shippingCategoryName ) | ||
$shippingCategoryName | string |
public specifyCurrentStock ( integer $currentStock ) | ||
$currentStock | integer |
public specifyPrice ( integer $price, string $channel ) | ||
$price | integer | |
$channel | string |
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 |