PHP 클래스 Sylius\Behat\Page\Admin\ShippingMethod\CreatePage

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

공개 메소드들

메소드 설명
checkChannel ( $channelName )
chooseCalculator ( $name )
chooseZone ( $name )
describeIt ( $description, $languageCode )
getValidationMessageForAmount ( $channelCode )
nameIt ( $name, $language )
specifyAmountForChannel ( $channelCode, $amount )
specifyPosition ( $position )

보호된 메소드들

메소드 설명
getDefinedElements ( )

비공개 메소드들

메소드 설명
getFieldElement ( string $element, array $parameters = [] ) : Behat\Mink\Element\NodeElement | null

메소드 상세

checkChannel() 공개 메소드

public checkChannel ( $channelName )

chooseCalculator() 공개 메소드

public chooseCalculator ( $name )

chooseZone() 공개 메소드

public chooseZone ( $name )

describeIt() 공개 메소드

public describeIt ( $description, $languageCode )

getDefinedElements() 보호된 메소드

protected getDefinedElements ( )

getValidationMessageForAmount() 공개 메소드

public getValidationMessageForAmount ( $channelCode )

nameIt() 공개 메소드

public nameIt ( $name, $language )

specifyAmountForChannel() 공개 메소드

public specifyAmountForChannel ( $channelCode, $amount )

specifyPosition() 공개 메소드

public specifyPosition ( $position )