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

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Mostrar archivo Open project: sylius/sylius Interface Usage Examples

Public Methods

Method Description
generate ( )
getPricesValidationMessage ( string $position ) : string
getValidationMessage ( string $element, integer $position ) : string
nameCode ( integer $nth, string $code )
removeVariant ( integer $nth )
specifyPrice ( integer $nth, integer $price, string $channelName )

Method Details

generate() public method

public generate ( )

getPricesValidationMessage() public method

public getPricesValidationMessage ( string $position ) : string
$position string
return string

getValidationMessage() public method

public getValidationMessage ( string $element, integer $position ) : string
$element string
$position integer
return string

nameCode() public method

public nameCode ( integer $nth, string $code )
$nth integer
$code string

removeVariant() public method

public removeVariant ( integer $nth )
$nth integer

specifyPrice() public method

public specifyPrice ( integer $nth, integer $price, string $channelName )
$nth integer
$price integer
$channelName string