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
Show file Open project: sylius/sylius Interface Usage Examples

Public Methods

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

public addressOfContains ( string $fullName, string $value ) : boolean
$fullName string
$value string
return boolean

deleteAddress() public method

public deleteAddress ( string $fullName )
$fullName string

editAddress() public method

public editAddress ( string $fullName )
$fullName string

getAddressesCount() public method

public getAddressesCount ( ) : integer
return integer

getFullNameOfDefaultAddress() public method

hasAddressOf() public method

public hasAddressOf ( string $fullName ) : boolean
$fullName string
return boolean

hasNoAddresses() public method

public hasNoAddresses ( ) : boolean
return boolean

hasNoDefaultAddress() public method

public hasNoDefaultAddress ( ) : boolean
return boolean

setAsDefault() public method

public setAsDefault ( string $fullName )
$fullName string