PHP Интерфейс Sylius\Behat\Page\Admin\Customer\ShowPageInterface

Автор: Łukasz Chruściel ([email protected])
Наследование: extends Sylius\Behat\Page\PageInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
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

Описание методов

deleteAccount() публичный Метод

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

getCustomerEmail() публичный Метод

public getCustomerEmail ( ) : string
Результат string

getCustomerName() публичный Метод

public getCustomerName ( ) : string
Результат string

getDefaultAddress() публичный Метод

public getDefaultAddress ( ) : string
Результат string

getGroupName() публичный Метод

public getGroupName ( ) : string
Результат string

getRegistrationDate() публичный Метод

public getRegistrationDate ( ) : DateTime
Результат DateTime

getSuccessFlashMessage() публичный Метод

public getSuccessFlashMessage ( ) : string
Результат string

hasAccount() публичный Метод

public hasAccount ( ) : boolean
Результат boolean

hasDefaultAddressProvinceName() публичный Метод

public hasDefaultAddressProvinceName ( string $provinceName ) : boolean
$provinceName string
Результат boolean

hasEmailVerificationInformation() публичный Метод

public hasEmailVerificationInformation ( ) : boolean
Результат boolean

hasImpersonateButton() публичный Метод

public hasImpersonateButton ( ) : boolean
Результат boolean

hasVerifiedEmail() публичный Метод

public hasVerifiedEmail ( ) : boolean
Результат boolean

impersonate() публичный Метод

public impersonate ( )

isRegistered() публичный Метод

Checks if the customer on whose page we are currently on is registered, if not throws an exception.
public isRegistered ( ) : boolean
Результат boolean

isSubscribedToNewsletter() публичный Метод

public isSubscribedToNewsletter ( ) : boolean
Результат boolean