OXID eShop CE  6.1.4
OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController:

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.

Member Function Documentation

◆ changePassword()

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::changePassword ( )

changes current user password

Returns
null

◆ getBreadCrumb()

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::getBreadCrumb ( )

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

Returns
array

◆ isPasswordChanged()

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::isPasswordChanged ( )

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

Returns
bool

◆ render()

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::render ( )

If user is not logged in - returns name of template \OxidEsales\Eshop\Application\Controller\AccountUserController::_sThisLoginTemplate, or if user is allready logged in additionally loads user delivery address info and forms country list. Returns name of template \OxidEsales\Eshop\Application\Controller\AccountUserController::_sThisTemplate

Returns
string $_sThisTemplate current template file name

Member Data Documentation

◆ $_blPasswordChanged

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::$_blPasswordChanged = false
protected

◆ $_sThisTemplate

OxidEsales\EshopCommunity\Application\Controller\AccountPasswordController::$_sThisTemplate = 'page/account/password.tpl'
protected

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