PHP 인터페이스 Sylius\Behat\Page\Admin\Taxon\UpdatePageInterface

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

공개 메소드들

메소드 설명
activateLanguageTab ( string $locale )
attachImage ( string $path, string $code = null )
changeImageWithCode ( string $code, string $path )
chooseParent ( Sylius\Component\Core\Model\TaxonInterface $taxon )
countImages ( ) : integer
describeItAs ( string $description, string $languageCode )
enableSlugModification ( string $languageCode = 'en_US' )
getParent ( ) : string
getSlug ( string $languageCode = 'en_US' ) : string
getValidationMessageForImage ( ) : string
getValidationMessageForImageAtPlace ( integer $place ) : string
isCodeDisabled ( ) : boolean
isImageCodeDisabled ( ) : boolean
isImageWithCodeDisplayed ( string $code ) : boolean
isSlugReadOnly ( string $languageCode = 'en_US' ) : boolean
nameIt ( string $name, string $languageCode )
removeFirstImage ( )
removeImageWithCode ( string $code )
specifySlug ( string $slug, string $languageCode )

메소드 상세

activateLanguageTab() 공개 메소드

public activateLanguageTab ( string $locale )
$locale string

attachImage() 공개 메소드

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

changeImageWithCode() 공개 메소드

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

chooseParent() 공개 메소드

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

countImages() 공개 메소드

public countImages ( ) : integer
리턴 integer

describeItAs() 공개 메소드

public describeItAs ( string $description, string $languageCode )
$description string
$languageCode string

enableSlugModification() 공개 메소드

public enableSlugModification ( string $languageCode = 'en_US' )
$languageCode string

getParent() 공개 메소드

public getParent ( ) : string
리턴 string

getSlug() 공개 메소드

public getSlug ( string $languageCode = 'en_US' ) : string
$languageCode string
리턴 string

getValidationMessageForImage() 공개 메소드

getValidationMessageForImageAtPlace() 공개 메소드

isCodeDisabled() 공개 메소드

public isCodeDisabled ( ) : boolean
리턴 boolean

isImageCodeDisabled() 공개 메소드

public isImageCodeDisabled ( ) : boolean
리턴 boolean

isImageWithCodeDisplayed() 공개 메소드

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

isSlugReadOnly() 공개 메소드

public isSlugReadOnly ( string $languageCode = 'en_US' ) : boolean
$languageCode string
리턴 boolean

nameIt() 공개 메소드

public nameIt ( string $name, string $languageCode )
$name string
$languageCode string

removeFirstImage() 공개 메소드

public removeFirstImage ( )

removeImageWithCode() 공개 메소드

public removeImageWithCode ( string $code )
$code string

specifySlug() 공개 메소드

public specifySlug ( string $slug, string $languageCode )
$slug string
$languageCode string