PHP Interface Sylius\Behat\Page\Admin\Customer\ShowPageInterface

Author: Łukasz Chruściel ([email protected])
Inheritance: extends Sylius\Behat\Page\PageInterface
Afficher le fichier Open project: sylius/sylius Interface Usage Examples

Méthodes publiques

Méthode Description
deleteAccount ( ) Deletes the user on whose show page we are currently on.
getCustomerEmail ( ) : string
getCustomerName ( ) : string
getDefaultAddress ( ) : string
getGroupName ( ) : string
getRegistrationDate ( ) : DateTime
getSuccessFlashMessage ( ) : string
hasAccount ( ) : boolean
hasDefaultAddressProvinceName ( string $provinceName ) : boolean
hasEmailVerificationInformation ( ) : boolean
hasImpersonateButton ( ) : boolean
hasVerifiedEmail ( ) : boolean
impersonate ( )
isRegistered ( ) : boolean Checks if the customer on whose page we are currently on is registered, if not throws an exception.
isSubscribedToNewsletter ( ) : boolean

Method Details

deleteAccount() public méthode

Deletes the user on whose show page we are currently on.
public deleteAccount ( )

getCustomerEmail() public méthode

public getCustomerEmail ( ) : string
Résultat string

getCustomerName() public méthode

public getCustomerName ( ) : string
Résultat string

getDefaultAddress() public méthode

public getDefaultAddress ( ) : string
Résultat string

getGroupName() public méthode

public getGroupName ( ) : string
Résultat string

getRegistrationDate() public méthode

public getRegistrationDate ( ) : DateTime
Résultat DateTime

getSuccessFlashMessage() public méthode

public getSuccessFlashMessage ( ) : string
Résultat string

hasAccount() public méthode

public hasAccount ( ) : boolean
Résultat boolean

hasDefaultAddressProvinceName() public méthode

public hasDefaultAddressProvinceName ( string $provinceName ) : boolean
$provinceName string
Résultat boolean

hasEmailVerificationInformation() public méthode

hasImpersonateButton() public méthode

public hasImpersonateButton ( ) : boolean
Résultat boolean

hasVerifiedEmail() public méthode

public hasVerifiedEmail ( ) : boolean
Résultat boolean

impersonate() public méthode

public impersonate ( )

isRegistered() public méthode

Checks if the customer on whose page we are currently on is registered, if not throws an exception.
public isRegistered ( ) : boolean
Résultat boolean

isSubscribedToNewsletter() public méthode

public isSubscribedToNewsletter ( ) : boolean
Résultat boolean