Method | 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 |
public deleteAccount ( ) |
public hasDefaultAddressProvinceName ( string $provinceName ) : boolean | ||
$provinceName | string | |
return | boolean |
public hasEmailVerificationInformation ( ) : boolean | ||
return | boolean |
public isRegistered ( ) : boolean | ||
return | boolean |
public isSubscribedToNewsletter ( ) : boolean | ||
return | boolean |