PHP 인터페이스 Sylius\Behat\Page\Admin\Customer\ShowPageInterface

저자: Łukasz Chruściel ([email protected])
상속: extends Sylius\Behat\Page\PageInterface
파일 보기 프로젝트 열기: sylius/sylius 0 사용 예제들

공개 메소드들

메소드 설명
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() 공개 메소드

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() 공개 메소드