Property | Type | Description | |
---|---|---|---|
$member | Member | ShopMember |
Method | Description | |
---|---|---|
ChangePasswordForm ( ) | ||
CreateAddressForm ( ) | ||
DefaultAddressForm ( ) | ||
EditAccountForm ( ) : ShopAccountForm | Return a form allowing the user to edit their details. | |
addressbook ( ) | ||
changepassword ( ) | By default, ChangePasswordForm redirects to /account/changepassword when it's done. | |
deleteaddress ( SS_HTTPRequest $req ) : SS_HTTPResponse | ||
editprofile ( ) | ||
getMember ( ) | ||
getTitle ( ) | ||
init ( ) | ||
saveaddress ( $data, $form ) | ||
savedefaultaddresses ( $data, $form ) | ||
setdefaultbilling ( SS_HTTPRequest $req ) : SS_HTTPResponse | ||
setdefaultshipping ( SS_HTTPRequest $req ) : SS_HTTPResponse |
public EditAccountForm ( ) : ShopAccountForm | ||
return | ShopAccountForm |
public changepassword ( ) |
public deleteaddress ( SS_HTTPRequest $req ) : SS_HTTPResponse | ||
$req | SS_HTTPRequest | |
return | SS_HTTPResponse |
public setdefaultbilling ( SS_HTTPRequest $req ) : SS_HTTPResponse | ||
$req | SS_HTTPRequest | |
return | SS_HTTPResponse |
public setdefaultshipping ( SS_HTTPRequest $req ) : SS_HTTPResponse | ||
$req | SS_HTTPRequest | |
return | SS_HTTPResponse |