PHP 인터페이스 Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface

저자: Łukasz Chruściel ([email protected])
상속: extends Sylius\Behat\Page\SymfonyPageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

generate() 공개 메소드

public generate ( )

getPricesValidationMessage() 공개 메소드

public getPricesValidationMessage ( string $position ) : string
$position string
리턴 string

getValidationMessage() 공개 메소드

public getValidationMessage ( string $element, integer $position ) : string
$element string
$position integer
리턴 string

nameCode() 공개 메소드

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

removeVariant() 공개 메소드

public removeVariant ( integer $nth )
$nth integer

specifyPrice() 공개 메소드

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