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
Показать файл Открыть проект

Открытые методы

Метод Описание
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