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

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

Méthodes publiques

Méthode Description
chooseGateway ( string $gateway )
disable ( )
enable ( )
getPaymentMethodInstructions ( string $language ) : string
isAvailableInChannel ( string $channelName ) : boolean
isCodeDisabled ( ) : boolean
isPaymentMethodEnabled ( ) : boolean
nameIt ( string $name, string $languageCode )

Method Details

chooseGateway() public méthode

public chooseGateway ( string $gateway )
$gateway string

disable() public méthode

public disable ( )

enable() public méthode

public enable ( )

getPaymentMethodInstructions() public méthode

public getPaymentMethodInstructions ( string $language ) : string
$language string
Résultat string

isAvailableInChannel() public méthode

public isAvailableInChannel ( string $channelName ) : boolean
$channelName string
Résultat boolean

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