Account_Password Class Reference

Inheritance diagram for Account_Password:

Inheritance graph
[legend]
Collaboration diagram for Account_Password:

Collaboration graph
[legend]

List of all members.


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.


Public Member Functions

 render ()
 changePassword ()
 isPasswordChanged ()
 hasPassword ()

Protected Attributes

 $_sThisTemplate = 'account_password.tpl'
 $_blPasswordChanged = false
 $_blHasPassword = true

Member Function Documentation

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 43 of file account_password.php.

Account_Password.changePassword (  ) 

changes current user password

Returns:
null

Definition at line 67 of file account_password.php.

Account_Password.isPasswordChanged (  ) 

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

Returns:
bool

Definition at line 107 of file account_password.php.

Account_Password.hasPassword (  ) 

Template variable getter. Returns true if user has password.

Returns:
bool

Definition at line 117 of file account_password.php.


Member Data Documentation

Account_Password.$_sThisTemplate = 'account_password.tpl' [protected]

Reimplemented from Account.

Definition at line 20 of file account_password.php.

Account_Password.$_blPasswordChanged = false [protected]

Definition at line 27 of file account_password.php.

Account_Password.$_blHasPassword = true [protected]

Definition at line 34 of file account_password.php.


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

Generated on Wed Apr 22 12:26:43 2009 for OXID eShop CE by  doxygen 1.5.5