PHP Interface Sylius\Behat\Page\Shop\Account\AddressBook\IndexPageInterface

Author: Anna Walasek ([email protected])
Author: Jan Góralski ([email protected])
Inheritance: extends Sylius\Behat\Page\SymfonyPageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
addressOfContains ( string $fullName, string $value ) : boolean
deleteAddress ( string $fullName )
editAddress ( string $fullName )
getAddressesCount ( ) : integer
getFullNameOfDefaultAddress ( ) : string
hasAddressOf ( string $fullName ) : boolean
hasNoAddresses ( ) : boolean
hasNoDefaultAddress ( ) : boolean
setAsDefault ( string $fullName )

Method Details

addressOfContains() public méthode

public addressOfContains ( string $fullName, string $value ) : boolean
$fullName string
$value string
Résultat boolean

deleteAddress() public méthode

public deleteAddress ( string $fullName )
$fullName string

editAddress() public méthode

public editAddress ( string $fullName )
$fullName string

getAddressesCount() public méthode

public getAddressesCount ( ) : integer
Résultat integer

getFullNameOfDefaultAddress() public méthode

public getFullNameOfDefaultAddress ( ) : string
Résultat string

hasAddressOf() public méthode

public hasAddressOf ( string $fullName ) : boolean
$fullName string
Résultat boolean

hasNoAddresses() public méthode

public hasNoAddresses ( ) : boolean
Résultat boolean

hasNoDefaultAddress() public méthode

public hasNoDefaultAddress ( ) : boolean
Résultat boolean

setAsDefault() public méthode

public setAsDefault ( string $fullName )
$fullName string