|
OXID eShop CE
4.10.2
|
Inheritance diagram for Payment_Main:
Collaboration diagram for Payment_Main:Protected Attributes | |
| $_aFieldArray = null | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
| $_oEditShop = null | |
| $_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
| $_aViewData = array() | |
| $_sClassLocation = null | |
| $_sThisAction = null | |
| $_oParent = null | |
| $_blIsComponent = false | |
| $_sThisTemplate = null | |
| $_sViewId = null | |
| $_sClass = null | |
| $_sFnc = null | |
| $_sTrustedShopId = null | |
| $_sTSExcellenceId = null | |
| $_sCharSet = null | |
| $_sVersion = null | |
| $_blDemoVersion = null | |
| $_blDemoShop = null | |
| $_iNewsStatus = null | |
| $_sShopLogo = null | |
| $_sCategoryId = null | |
| $_oClickCat = null | |
| $_blIsCallForCache = false | |
| $_oViewConf = null | |
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) | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin article main payment manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Payment Methods -> Main.
Definition at line 8 of file payment_main.php.
| Payment_Main::addField | ( | ) |
Adds a field to field array and stores object
Definition at line 204 of file payment_main.php.
| Payment_Main::delFields | ( | ) |
Deletes field from field array and stores object
Definition at line 176 of file payment_main.php.
| Payment_Main::render | ( | ) |
Executes parent method parent::render(), creates oxlist object, passes it's data to Smarty engine and retutns name of template file "payment_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 23 of file payment_main.php.
| Payment_Main::save | ( | ) |
Saves payment parameters changes.
Reimplemented from oxAdminView.
Definition at line 82 of file payment_main.php.
| Payment_Main::saveinnlang | ( | ) |
Saves payment parameters data in dofferent language (eg. english).
Definition at line 142 of file payment_main.php.
|
protected |
Keeps all act. fields to store
Definition at line 14 of file payment_main.php.