|
OXID eShop CE
4.10.8
|
Inheritance diagram for Adminlinks_Main:
Collaboration diagram for Adminlinks_Main: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 links details manager. Creates form for submitting new admin links or modifying old ones. Admin Menu: Customer Info -> Links.
Definition at line 8 of file adminlinks_main.php.
| Adminlinks_Main::render | ( | ) |
Sets link information data (or leaves empty), returns name of template file "adminlinks_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 17 of file adminlinks_main.php.
| Adminlinks_Main::save | ( | ) |
Saves information about link (active, date, URL, description, etc.) to DB.
Reimplemented from oxAdminView.
Definition at line 64 of file adminlinks_main.php.
| Adminlinks_Main::saveinnlang | ( | ) |
Saves link description in different languages (eg. english).
Definition at line 119 of file adminlinks_main.php.