OXID eShop CE
4.9.6
|
Protected Member Functions | |
_fillFormWithFacebookData () | |
Protected Member Functions inherited from oxUBase | |
_getComponentNames () | |
_processRequest () | |
_getMetaFromSeo ($sDataType) | |
_getMetaFromContent ($sMetaIdent) | |
_forceNoIndex () | |
_setNrOfArtPerPage () | |
_getSeoObjectId () | |
_prepareMetaDescription ($sMeta, $iLength=1024, $blRemoveDuplicatedWords=false) | |
_prepareMetaKeyword ($sKeywords, $blRemoveDuplicatedWords=true) | |
_removeDuplicatedWords ($aInput, $aSkipTags=array()) | |
_getSubject ($iLang) | |
_getRequestParams ($blAddPageNr=true) | |
_getSeoRequestParams () | |
_addPageNrParam ($sUrl, $iPage, $iLang=null) | |
_canRedirect () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxUBase | |
static | $_aCollectedComponentNames = null |
User details. Collects and arranges user object data (information, like shipping address, etc.).
|
protected |
User::getBreadCrumb | ( | ) |
User::getLoginOption | ( | ) |
User::getOrderRemark | ( | ) |
User::getShowNoRegOption | ( | ) |
User::isDownloadableProductWarning | ( | ) |
User::isNewsSubscribed | ( | ) |
User::modifyBillAddress | ( | ) |
User::render | ( | ) |
Loads customer basket object form session (oxsession::getBasket()), passes action article/basket/country list to template engine. If available - loads user delivery address data (oxaddress). If user is connected using Facebook connect calls user::_fillFormWithFacebookData to prefill form data with data taken from user Facebook account. Returns name template file to render user::_sThisTemplate.
Reimplemented from oxUBase.
Reimplemented in Register.
User::showShipAddress | ( | ) |