PHP Interface Sylius\Behat\Page\Admin\PaymentMethod\CreatePageInterface

Author: Grzegorz Sadowski ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\CreatePageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

checkChannel() public méthode

public checkChannel ( string $channelName )
$channelName string

chooseGateway() public méthode

public chooseGateway ( string $gateway )
$gateway string

describeIt() public méthode

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

disable() public méthode

public disable ( )

enable() public méthode

public enable ( )

isCodeDisabled() public méthode

public isCodeDisabled ( ) : boolean
Résultat boolean

isPaymentMethodEnabled() public méthode

public isPaymentMethodEnabled ( ) : boolean
Résultat boolean

nameIt() public méthode

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

setInstructions() public méthode

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

specifyCode() public méthode

public specifyCode ( string $code )
$code string