PHP 인터페이스 Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface

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

공개 메소드들

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