Public Member Functions | Protected Attributes

Account_Password Class Reference

Inheritance diagram for Account_Password:
Collaboration diagram for Account_Password:

List of all members.

Public Member Functions

 render ()
 changePassword ()
 isPasswordChanged ()
 getBreadCrumb ()

Protected Attributes

 $_sThisTemplate = 'page/account/password.tpl'
 $_blPasswordChanged = false

Detailed Description

Current user password change form. When user is logged in he may change his Billing and Shipping information (this is important for ordering purposes). Information as email, password, greeting, name, company, address, etc. Some fields must be entered. OXID eShop -> MY ACCOUNT -> Update your billing and delivery settings.

Definition at line 12 of file account_password.php.


Member Function Documentation

Account_Password.changePassword (  ) 

changes current user password

Returns:
null

Definition at line 55 of file account_password.php.

Account_Password.getBreadCrumb (  ) 

Returns Bread Crumb - you are here page1/page2/page3...

Returns:
array

Reimplemented from Account.

Definition at line 104 of file account_password.php.

Account_Password.isPasswordChanged (  ) 

Template variable getter. Returns true when password had been changed.

Returns:
bool

Definition at line 94 of file account_password.php.

Account_Password.render (  ) 

If user is not logged in - returns name of template account_user._sThisLoginTemplate, or if user is allready logged in additionally loads user delivery address info and forms country list. Returns name of template account_user._sThisTemplate

Returns:
string $_sThisTemplate current template file name

Reimplemented from Account.

Definition at line 35 of file account_password.php.


Member Data Documentation

Account_Password.$_blPasswordChanged = false [protected]

Definition at line 26 of file account_password.php.

Account_Password.$_sThisTemplate = 'page/account/password.tpl' [protected]

Reimplemented from Account.

Definition at line 19 of file account_password.php.


The documentation for this class was generated from the following file: