PHP 클래스 Sylius\Behat\Page\Admin\ProductVariant\CreatePage

저자: Łukasz Chruściel ([email protected])
상속: extends Sylius\Behat\Page\Admin\Crud\CreatePage, implements Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface, use trait Sylius\Behat\Behaviour\SpecifiesItsCode
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
choosePricingCalculator ( $name )
getFirstPriceValidationMessage ( )
getPricesValidationMessage ( )
getValidationMessageForForm ( )
nameIt ( $name )
selectOption ( $optionName, $optionValue )
selectShippingCategory ( $shippingCategoryName )
specifyCurrentStock ( $currentStock )
specifyHeightWidthDepthAndWeight ( $height, $width, $depth, $weight )
specifyPrice ( $price, $channel )
specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )

보호된 메소드들

메소드 설명
getDefinedElements ( )

메소드 상세

choosePricingCalculator() 공개 메소드

public choosePricingCalculator ( $name )

getDefinedElements() 보호된 메소드

protected getDefinedElements ( )

getFirstPriceValidationMessage() 공개 메소드

getPricesValidationMessage() 공개 메소드

getValidationMessageForForm() 공개 메소드

nameIt() 공개 메소드

public nameIt ( $name )

selectOption() 공개 메소드

public selectOption ( $optionName, $optionValue )

selectShippingCategory() 공개 메소드

public selectShippingCategory ( $shippingCategoryName )

specifyCurrentStock() 공개 메소드

public specifyCurrentStock ( $currentStock )

specifyHeightWidthDepthAndWeight() 공개 메소드

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

specifyPrice() 공개 메소드

public specifyPrice ( $price, $channel )

specifyPriceForChannelAndCurrency() 공개 메소드

public specifyPriceForChannelAndCurrency ( $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )
$channel Sylius\Component\Core\Model\ChannelInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface