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

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

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

public choosePricingCalculator ( string $name )
$name string

getFirstPriceValidationMessage() public méthode

getPricesValidationMessage() public méthode

public getPricesValidationMessage ( ) : string
Résultat string

getValidationMessageForForm() public méthode

public getValidationMessageForForm ( ) : string
Résultat string

nameIt() public méthode

public nameIt ( string $name )
$name string

selectOption() public méthode

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

selectShippingCategory() public méthode

public selectShippingCategory ( string $shippingCategoryName )
$shippingCategoryName string

specifyCode() public méthode

public specifyCode ( string $code )
$code string

specifyCurrentStock() public méthode

public specifyCurrentStock ( integer $currentStock )
$currentStock integer

specifyHeightWidthDepthAndWeight() public méthode

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

specifyPrice() public méthode

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

specifyPriceForChannelAndCurrency() public méthode

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