PHP 인터페이스 Sylius\Behat\Page\Admin\PaymentMethod\CreatePageInterface

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

공개 메소드들

메소드 설명
checkChannel ( string $channelName )
chooseGateway ( string $gateway )
describeIt ( string $description, string $languageCode )
disable ( )
enable ( )
isCodeDisabled ( ) : boolean
isPaymentMethodEnabled ( ) : boolean
nameIt ( string $name, string $languageCode )
setInstructions ( string $instructions, string $languageCode )
specifyCode ( string $code )

메소드 상세

checkChannel() 공개 메소드

public checkChannel ( string $channelName )
$channelName string

chooseGateway() 공개 메소드

public chooseGateway ( string $gateway )
$gateway string

describeIt() 공개 메소드

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

disable() 공개 메소드

public disable ( )

enable() 공개 메소드

public enable ( )

isCodeDisabled() 공개 메소드

public isCodeDisabled ( ) : boolean
리턴 boolean

isPaymentMethodEnabled() 공개 메소드

public isPaymentMethodEnabled ( ) : boolean
리턴 boolean

nameIt() 공개 메소드

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

setInstructions() 공개 메소드

public setInstructions ( string $instructions, string $languageCode )
$instructions string
$languageCode string

specifyCode() 공개 메소드

public specifyCode ( string $code )
$code string