Public Member Functions | |
getOrderFilesList () | |
getDownloadError () | |
Protected Member Functions | |
_prepareForTemplate ($oOrderFileList) | |
Protected Attributes | |
$_sThisTemplate = 'page/account/downloads.tpl' | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW | |
$_oOrderFilesList = null |
Account article file download page.
Definition at line 7 of file account_downloads.php.
Account_Downloads._prepareForTemplate | ( | $ | oOrderFileList | ) | [protected] |
Returns prepared orders files list
oxorderfilelist | $oOrderFileList - list or orderfiles |
Definition at line 80 of file account_downloads.php.
Account_Downloads.getDownloadError | ( | ) |
Account_Downloads.getOrderFilesList | ( | ) |
Returns article list which was ordered and has downloadable files
Definition at line 59 of file account_downloads.php.
Account_Downloads.$_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 Account.
Definition at line 22 of file account_downloads.php.
Account_Downloads.$_oOrderFilesList = null [protected] |
Definition at line 27 of file account_downloads.php.
Account_Downloads.$_sThisTemplate = 'page/account/downloads.tpl' [protected] |
Reimplemented from Account.
Definition at line 15 of file account_downloads.php.