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

Author: Arkadiusz Krakowiak ([email protected])
Inheritance: extends Sylius\Behat\Page\Admin\Crud\UpdatePageInterface
显示文件 Open project: sylius/sylius Interface Usage Examples

Public Methods

Method 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 method

public chooseGateway ( string $gateway )
$gateway string

disable() public method

public disable ( )

enable() public method

public enable ( )

getPaymentMethodInstructions() public method

public getPaymentMethodInstructions ( string $language ) : string
$language string
return string

isAvailableInChannel() public method

public isAvailableInChannel ( string $channelName ) : boolean
$channelName string
return boolean

isCodeDisabled() public method

public isCodeDisabled ( ) : boolean
return boolean

isPaymentMethodEnabled() public method

public isPaymentMethodEnabled ( ) : boolean
return boolean

nameIt() public method

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