|
OXID eShop CE
4.10.2
|
Inheritance diagram for News_Main:
Collaboration diagram for News_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 article main news manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Customer Info -> News -> Main.
Definition at line 11 of file news_main.php.
| News_Main::render | ( | ) |
Executes parent method parent::render(), creates oxlist object and collects user groups information, passes data to Smarty engine, returns name of template file "news_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 21 of file news_main.php.
| News_Main::save | ( | ) |
Saves news parameters changes.
Reimplemented from oxAdminView.
Definition at line 71 of file news_main.php.
| News_Main::saveinnlang | ( | ) |
Saves news parameters in different language.
Definition at line 121 of file news_main.php.