|
OXID eShop CE
4.10.4
|
Inheritance diagram for Article_Files:
Collaboration diagram for Article_Files:Protected Member Functions | |
| _processOptions ($aParams) | |
Protected Member Functions inherited from oxAdminDetails | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _getEditValue ($oObject, $sField) | |
| _processEditValue ($sValue) | |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _setupNavigation ($sNode) | |
| _resetCounts ($aIds) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Protected Attributes | |
| $_sThisTemplate = 'article_files.tpl' | |
| $_oArticle = null | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
| $_oEditShop = null | |
| $_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin article files parameters manager. Collects and updates (on user submit) files. Admin Menu: Manage Products -> Articles -> Files.
Definition at line 8 of file article_files.php.
|
protected |
Process config options. If value is not set, save as "-1" to database
| array | $aParams | params |
Definition at line 200 of file article_files.php.
| Article_Files::deletefile | ( | ) |
Deletes article file from fileid parameter and checks if this file belongs to current article.
Definition at line 155 of file article_files.php.
| Article_Files::getArticle | ( | $blReset = false | ) |
Returns current oxarticle object
| bool | $blReset | Load article again |
Definition at line 87 of file article_files.php.
| Article_Files::getConfigOptionValue | ( | $iOption | ) |
Returns real config option value
| int | $iOption | option value |
Definition at line 186 of file article_files.php.
| Article_Files::render | ( | ) |
Collects available article axtended parameters, passes them to Smarty engine and returns tamplate file name "article_extend.tpl".
Reimplemented from oxAdminDetails.
Definition at line 31 of file article_files.php.
| Article_Files::save | ( | ) |
Saves editing article changes (oxisdownloadable) and updates oxFile object which are associated with editing object
Reimplemented from oxAdminView.
Definition at line 54 of file article_files.php.
| Article_Files::upload | ( | ) |
Creates new oxFile object and stores newly uploaded file
Definition at line 106 of file article_files.php.
|
protected |
Definition at line 23 of file article_files.php.
|
protected |
Definition at line 16 of file article_files.php.