Definition at line 10 of file account.php.
Public Member Functions | |
render () | |
login_noredirect () | |
getOrderCnt () | |
getArticleId () | |
getSearchParamForHtml () | |
getSearchParam () | |
getSearchCatId () | |
getSearchVendor () | |
getListType () | |
Protected Attributes | |
$_iOrderCnt = null | |
$_sArticleId = null | |
$_sSearchParamForHtml = null | |
$_sSearchParam = null | |
$_sSearchCatId = null | |
$_sSearchVendor = null | |
$_sListType = null | |
$_sThisTemplate = 'account_main.tpl' | |
$_sThisLoginTemplate = 'account_login.tpl' | |
$_iViewIndexState = 1 |
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
Reimplemented from oxUBase.
Reimplemented in Account_Newsletter, Account_Noticelist, Account_Order, Account_Password, Account_Recommlist, Account_User, and Account_Wishlist.
Definition at line 84 of file account.php.
Account.login_noredirect | ( | ) |
Builds string with parameters for noredirect.
Definition at line 119 of file account.php.
Account.getOrderCnt | ( | ) |
changes default template for compare in popup
Definition at line 161 of file account.php.
Account.getArticleId | ( | ) |
Return the active article id
Reimplemented from oxView.
Definition at line 177 of file account.php.
Account.getSearchParamForHtml | ( | ) |
Template variable getter. Returns search parameter for Html
Definition at line 193 of file account.php.
Account.getSearchParam | ( | ) |
Template variable getter. Returns search parameter
Definition at line 209 of file account.php.
Account.getSearchCatId | ( | ) |
Template variable getter. Returns searched category id
Definition at line 225 of file account.php.
Account.getSearchVendor | ( | ) |
Template variable getter. Returns searched vendor id
Definition at line 241 of file account.php.
Account.getListType | ( | ) |
Template variable getter. Returns list type
Reimplemented from oxView.
Definition at line 258 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.$_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 58 of file account.php.
Account.$_sThisLoginTemplate = 'account_login.tpl' [protected] |
Definition at line 64 of file account.php.
Account.$_iViewIndexState = 1 [protected] |
Current view search engine indexing state: 0 - index without limitations 1 - no index / no follow 2 - no index / follow
Reimplemented from oxView.
Reimplemented in Account_Noticelist, and Account_Wishlist.
Definition at line 72 of file account.php.