

Definition at line 18 of file oxchangeview.php.
Public Member Functions | |
| render () | |
| getExportFile () | |
| getImportFile () | |
Public Attributes | |
| $sPopupTemplate = "oxchange_popup.tpl" | |
Protected Member Functions | |
| _getImplClassNames () | |
Protected Attributes | |
| $_sThisTemplate = "oxchange.tpl" | |
| $_sImplClass = "oxchange" | |
| $_sImplClass_do = "oxchange_do" | |
| $_sImplClass_import = "oxchange_import" | |
| $_sImplClass_export = "oxchange_export" | |
| $_sImplClass_orders = "oxchange_orders" | |
| $_sImplClass_articles = null | |
| $_sFirstStartClass = "oxchange_import" | |
| $_sImportPath = null | |
| $_sExportPath = null | |
| $_sDefaultExportPath = "/export/" | |
| $_sDefaultImportPath = "/export/" | |
| $_sImportFileType = "txt" | |
| $_sExportFileType = "txt" | |
| oxChangeView._getImplClassNames | ( | ) | [protected] |
Sets ups oxChange class names by "impl" parameter
Definition at line 52 of file oxchangeview.php.
| oxChangeView.render | ( | ) |
Calls parent rendering methods, sends implementation class names to template and returns default template name
Reimplemented from oxAdminView.
Definition at line 96 of file oxchangeview.php.
| oxChangeView.getExportFile | ( | ) |
| oxChangeView.getImportFile | ( | ) |
oxChangeView.$_sThisTemplate = "oxchange.tpl" [protected] |
| oxChangeView.$sPopupTemplate = "oxchange_popup.tpl" |
Definition at line 23 of file oxchangeview.php.
oxChangeView.$_sImplClass = "oxchange" [protected] |
Definition at line 25 of file oxchangeview.php.
oxChangeView.$_sImplClass_do = "oxchange_do" [protected] |
Definition at line 26 of file oxchangeview.php.
oxChangeView.$_sImplClass_import = "oxchange_import" [protected] |
Definition at line 27 of file oxchangeview.php.
oxChangeView.$_sImplClass_export = "oxchange_export" [protected] |
Definition at line 28 of file oxchangeview.php.
oxChangeView.$_sImplClass_orders = "oxchange_orders" [protected] |
Definition at line 29 of file oxchangeview.php.
oxChangeView.$_sImplClass_articles = null [protected] |
Definition at line 30 of file oxchangeview.php.
oxChangeView.$_sFirstStartClass = "oxchange_import" [protected] |
Definition at line 33 of file oxchangeview.php.
oxChangeView.$_sImportPath = null [protected] |
Definition at line 37 of file oxchangeview.php.
oxChangeView.$_sExportPath = null [protected] |
Definition at line 38 of file oxchangeview.php.
oxChangeView.$_sDefaultExportPath = "/export/" [protected] |
Definition at line 40 of file oxchangeview.php.
oxChangeView.$_sDefaultImportPath = "/export/" [protected] |
Definition at line 41 of file oxchangeview.php.
oxChangeView.$_sImportFileType = "txt" [protected] |
Definition at line 43 of file oxchangeview.php.
oxChangeView.$_sExportFileType = "txt" [protected] |
Definition at line 44 of file oxchangeview.php.
1.5.5