OXID eShop CE
4.9.6
|
Protected Member Functions | |
_prepareIdent ($sIdent) | |
_checkIdent ($sIdent, $sOxId) | |
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 content manager. There is possibility to change content description, enter page text etc. Admin Menu: Customerinformations -> Content.
Definition at line 8 of file content_main.php.
|
protected |
Check if ident is unique
string | $sIdent | ident |
string | $sOxId | Object id |
Definition at line 216 of file content_main.php.
|
protected |
Prepares ident (removes bad chars, leaves only thoose that fits in a-zA-Z0-9_ range)
string | $sIdent | ident to filter |
Definition at line 201 of file content_main.php.
Content_Main::render | ( | ) |
Loads contents info, passes it to Smarty engine and returns name of template file "content_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 17 of file content_main.php.
Content_Main::save | ( | ) |
Saves content contents.
Reimplemented from oxAdminView.
Definition at line 83 of file content_main.php.
Content_Main::saveinnlang | ( | ) |
Saves content data to different language (eg. english).
Definition at line 153 of file content_main.php.