PHP Интерфейс Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface

Автор: Łukasz Chruściel ([email protected])
Наследование: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Показать файл Открыть проект

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

Метод Описание
activateLanguageTab ( string $locale )
addAttribute ( string $attribute, string $value )
associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames )
attachImage ( string $path, string $code = null )
checkChannel ( string $channelName )
choosePricingCalculator ( string $name )
nameItIn ( string $name, string $localeCode )
removeAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType )
removeAttribute ( string $attribute )
selectShippingCategory ( string $shippingCategoryName )
specifyCode ( string $code )
specifyPrice ( string $channelName, integer $price )
specifyPriceForChannelAndCurrency ( integer $price, Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency )
specifySlugIn ( string $slug, string $locale )

Описание методов

activateLanguageTab() публичный Метод

public activateLanguageTab ( string $locale )
$locale string

addAttribute() публичный Метод

public addAttribute ( string $attribute, string $value )
$attribute string
$value string

associateProducts() публичный Метод

public associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames )
$productAssociationType Sylius\Component\Product\Model\ProductAssociationTypeInterface
$productsNames array

attachImage() публичный Метод

public attachImage ( string $path, string $code = null )
$path string
$code string

checkChannel() публичный Метод

public checkChannel ( string $channelName )
$channelName string

choosePricingCalculator() публичный Метод

public choosePricingCalculator ( string $name )
$name string

nameItIn() публичный Метод

public nameItIn ( string $name, string $localeCode )
$name string
$localeCode string

removeAssociatedProduct() публичный Метод

public removeAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType )
$productName string
$productAssociationType Sylius\Component\Product\Model\ProductAssociationTypeInterface

removeAttribute() публичный Метод

public removeAttribute ( string $attribute )
$attribute string

selectShippingCategory() публичный Метод

public selectShippingCategory ( string $shippingCategoryName )
$shippingCategoryName string

specifyCode() публичный Метод

public specifyCode ( string $code )
$code string

specifyPrice() публичный Метод

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

specifyPriceForChannelAndCurrency() публичный Метод

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

specifySlugIn() публичный Метод

public specifySlugIn ( string $slug, string $locale )
$slug string
$locale string