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

Author: Jan Góralski ([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
changeRatio ( string $ratio )
getRatio ( ) : string
isSourceCurrencyDisabled ( ) : boolean
isTargetCurrencyDisabled ( ) : boolean

Method Details

changeRatio() public méthode

public changeRatio ( string $ratio )
$ratio string

getRatio() public méthode

public getRatio ( ) : string
Résultat string

isSourceCurrencyDisabled() public méthode

public isSourceCurrencyDisabled ( ) : boolean
Résultat boolean

isTargetCurrencyDisabled() public méthode

public isTargetCurrencyDisabled ( ) : boolean
Résultat boolean