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

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

Méthodes publiques

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

public generate ( )

getPricesValidationMessage() public méthode

public getPricesValidationMessage ( string $position ) : string
$position string
Résultat string

getValidationMessage() public méthode

public getValidationMessage ( string $element, integer $position ) : string
$element string
$position integer
Résultat string

nameCode() public méthode

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

removeVariant() public méthode

public removeVariant ( integer $nth )
$nth integer

specifyPrice() public méthode

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