|
OXID eShop CE
4.10.2
|
Inheritance diagram for User_Remark:
Collaboration diagram for User_Remark:Additional Inherited Members | |
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 Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin user history settings manager. Collects user history settings, updates it on user submit, etc. Admin Menu: User Administration -> Users -> History.
Definition at line 8 of file user_remark.php.
| User_Remark::delete | ( | ) |
Deletes user actions history record.
Definition at line 79 of file user_remark.php.
| User_Remark::render | ( | ) |
Executes parent method parent::render(), creates oxuser, oxlist and oxRemark objects, passes data to Smarty engine and returns name of template file "user_remark.tpl".
Reimplemented from oxAdminDetails.
Definition at line 18 of file user_remark.php.
| User_Remark::save | ( | ) |
Saves user history text changes.
Reimplemented from oxAdminView.
Definition at line 60 of file user_remark.php.