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

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

공개 메소드들

메소드 설명
activateLanguageTab ( string $locale )
associateProducts ( Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType, array $productsNames )
attachImage ( string $path, string $code = null )
changeImageWithCode ( string $code, string $path )
countImages ( ) : integer
disableTracking ( )
enableSlugModification ( string $locale )
enableTracking ( )
getAttributeValue ( string $attribute ) : string
getPriceForChannel ( string $channelName ) : string
getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string
getSlug ( string $locale ) : string
getValidationMessageForImage ( ) : string
hasAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) : boolean
hasAttribute ( string $attribute ) : boolean
isCodeDisabled ( ) : boolean
isImageCodeDisabled ( ) : boolean
isImageWithCodeDisplayed ( string $code ) : boolean
isMainTaxonChosen ( string $taxonName ) : boolean
isSlugReadOnlyIn ( $locale ) : boolean
isTracked ( ) : boolean
nameItIn ( string $name, string $localeCode )
removeAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType )
removeFirstImage ( )
removeImageWithCode ( string $code )
selectMainTaxon ( Sylius\Component\Core\Model\TaxonInterface $taxon )
specifyPrice ( string $channelName, integer $price )
specifySlugIn ( string $slug, string $locale )

메소드 상세

activateLanguageTab() 공개 메소드

public activateLanguageTab ( string $locale )
$locale 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

changeImageWithCode() 공개 메소드

public changeImageWithCode ( string $code, string $path )
$code string
$path string

countImages() 공개 메소드

public countImages ( ) : integer
리턴 integer

disableTracking() 공개 메소드

public disableTracking ( )

enableSlugModification() 공개 메소드

public enableSlugModification ( string $locale )
$locale string

enableTracking() 공개 메소드

public enableTracking ( )

getAttributeValue() 공개 메소드

public getAttributeValue ( string $attribute ) : string
$attribute string
리턴 string

getPriceForChannel() 공개 메소드

public getPriceForChannel ( string $channelName ) : string
$channelName string
리턴 string

getPricingConfigurationForChannelAndCurrencyCalculator() 공개 메소드

public getPricingConfigurationForChannelAndCurrencyCalculator ( Sylius\Component\Core\Model\ChannelInterface $channel, Sylius\Component\Currency\Model\CurrencyInterface $currency ) : string
$channel Sylius\Component\Core\Model\ChannelInterface
$currency Sylius\Component\Currency\Model\CurrencyInterface
리턴 string

getSlug() 공개 메소드

public getSlug ( string $locale ) : string
$locale string
리턴 string

getValidationMessageForImage() 공개 메소드

hasAssociatedProduct() 공개 메소드

public hasAssociatedProduct ( string $productName, Sylius\Component\Product\Model\ProductAssociationTypeInterface $productAssociationType ) : boolean
$productName string
$productAssociationType Sylius\Component\Product\Model\ProductAssociationTypeInterface
리턴 boolean

hasAttribute() 공개 메소드

public hasAttribute ( string $attribute ) : boolean
$attribute string
리턴 boolean

isCodeDisabled() 공개 메소드

public isCodeDisabled ( ) : boolean
리턴 boolean

isImageCodeDisabled() 공개 메소드

public isImageCodeDisabled ( ) : boolean
리턴 boolean

isImageWithCodeDisplayed() 공개 메소드

public isImageWithCodeDisplayed ( string $code ) : boolean
$code string
리턴 boolean

isMainTaxonChosen() 공개 메소드

public isMainTaxonChosen ( string $taxonName ) : boolean
$taxonName string
리턴 boolean

isSlugReadOnlyIn() 공개 메소드

public isSlugReadOnlyIn ( $locale ) : boolean
리턴 boolean

isTracked() 공개 메소드

public isTracked ( ) : boolean
리턴 boolean

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

removeFirstImage() 공개 메소드

public removeFirstImage ( )

removeImageWithCode() 공개 메소드

public removeImageWithCode ( string $code )
$code string

selectMainTaxon() 공개 메소드

public selectMainTaxon ( Sylius\Component\Core\Model\TaxonInterface $taxon )
$taxon Sylius\Component\Core\Model\TaxonInterface

specifyPrice() 공개 메소드

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

specifySlugIn() 공개 메소드

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