OXID eShop CE
4.9.10
|
Protected Member Functions | |
_getReviewList ($oArticle) | |
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) |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin article review manager. Collects customer review about article data. There ir possibility to update review text or delete it. Admin Menu: Manage Products -> Articles -> Review.
Definition at line 9 of file article_review.php.
|
protected |
Article_Review::delete | ( | ) |
Deletes selected article review information.
Definition at line 121 of file article_review.php.
Article_Review::render | ( | ) |
Loads selected article review information, returns name of template file "article_review.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file article_review.php.
Article_Review::save | ( | ) |
Saves article review information changes.
Reimplemented from oxAdminView.
Definition at line 102 of file article_review.php.