Definition at line 10 of file account.php.
Public Member Functions | |
render () | |
login_noredirect () | |
getOrderCnt () | |
getArticleId () | |
getSearchParamForHtml () | |
getSearchParam () | |
getSearchCatId () | |
getSearchVendor () | |
getSearchManufacturer () | |
getListType () | |
Protected Attributes | |
$_iOrderCnt = null | |
$_sArticleId = null | |
$_sSearchParamForHtml = null | |
$_sSearchParam = null | |
$_sSearchCatId = null | |
$_sSearchVendor = null | |
$_sSearchManufacturer = null | |
$_sListType = null | |
$_sThisTemplate = 'account_main.tpl' | |
$_sThisLoginTemplate = 'account_login.tpl' | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW | |
$_blTop5Action = true | |
$_blBargainAction = true |
Account.render | ( | ) |
Loads action articles. If user is logged and returns name of template to render account._sThisTemplate
Template variables: searchparam, searchparamforhtml, searchcnid, searchvendor, listtype, searchmanufacturer
Reimplemented from oxUBase.
Reimplemented in Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 102 of file account.php.
Account.login_noredirect | ( | ) |
Builds string with parameters for noredirect.
Definition at line 138 of file account.php.
Account.getOrderCnt | ( | ) |
changes default template for compare in popup
Definition at line 183 of file account.php.
Account.getArticleId | ( | ) |
Return the active article id
Reimplemented from oxUBase.
Definition at line 199 of file account.php.
Account.getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html
Definition at line 215 of file account.php.
Account.getSearchParam | ( | ) |
Template variable getter. Returns search parameter
Definition at line 231 of file account.php.
Account.getSearchCatId | ( | ) |
Template variable getter. Returns searched category id
Definition at line 247 of file account.php.
Account.getSearchVendor | ( | ) |
Template variable getter. Returns searched vendor id
Definition at line 263 of file account.php.
Account.getSearchManufacturer | ( | ) |
Template variable getter. Returns searched Manufacturer id
Definition at line 280 of file account.php.
Account.getListType | ( | ) |
Template variable getter. Returns list type
Reimplemented from oxUBase.
Definition at line 297 of file account.php.
Account.$_iOrderCnt = null [protected] |
Definition at line 16 of file account.php.
Account.$_sArticleId = null [protected] |
Definition at line 22 of file account.php.
Account.$_sSearchParamForHtml = null [protected] |
Definition at line 28 of file account.php.
Account.$_sSearchParam = null [protected] |
Account.$_sSearchCatId = null [protected] |
Definition at line 40 of file account.php.
Account.$_sSearchVendor = null [protected] |
Definition at line 46 of file account.php.
Account.$_sSearchManufacturer = null [protected] |
Definition at line 52 of file account.php.
Account.$_sListType = null [protected] |
Account.$_sThisTemplate = 'account_main.tpl' [protected] |
Reimplemented from oxView.
Reimplemented in Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 64 of file account.php.
Account.$_sThisLoginTemplate = 'account_login.tpl' [protected] |
Definition at line 70 of file account.php.
Account.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Reimplemented in Account_Noticelist, and Account_Wishlist.
Definition at line 77 of file account.php.
Account.$_blTop5Action = true [protected] |
Account.$_blBargainAction = true [protected] |