|
OXID eShop CE
4.10.8
|
Inheritance diagram for Diagnostics_Main:
Collaboration diagram for Diagnostics_Main:Protected Member Functions | |
| _hasError () | |
| _getErrorMessage () | |
| _getFilesToCheck () | |
| _checkOxidFiles ($aFileList) | |
| _getFileCheckReport ($oFileCheckerResult) | |
| _runBasicDiagnostics () | |
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) | |
Protected Attributes | |
| $_blError = false | |
| $_sErrorMessage = null | |
| $_oDiagnostics = null | |
| $_oRenderer = null | |
| $_oOutput = null | |
| $_sShopDir = '' | |
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 | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Checks Version of System files. Admin Menu: Service -> Version Checker -> Main.
Definition at line 7 of file diagnostics_main.php.
| Diagnostics_Main::__construct | ( | ) |
Calls parent costructor and initializes checker object
Reimplemented from oxAdminView.
Definition at line 77 of file diagnostics_main.php.
|
protected |
Checks versions for list of oxid files
| array | $aFileList | array list of files to be checked |
Definition at line 134 of file diagnostics_main.php.
|
protected |
|
protected |
Returns body of file check report
| oxFileCheckerResult | $oFileCheckerResult | mixed file checker result object |
Definition at line 169 of file diagnostics_main.php.
|
protected |
Gets list of files to be checked
Definition at line 107 of file diagnostics_main.php.
|
protected |
|
protected |
Performs main system diagnostic. Shop and module details, database health, php parameters, server information
Definition at line 217 of file diagnostics_main.php.
| Diagnostics_Main::downloadResultFile | ( | ) |
Downloads result of system file check
Definition at line 288 of file diagnostics_main.php.
| Diagnostics_Main::getParam | ( | $sParam | ) |
Request parameter getter
| string | $sParam |
Definition at line 325 of file diagnostics_main.php.
| Diagnostics_Main::getSupportContactForm | ( | ) |
| Diagnostics_Main::render | ( | ) |
Loads oxversioncheck class.
Reimplemented from oxAdminDetails.
Definition at line 91 of file diagnostics_main.php.
| Diagnostics_Main::startDiagnostics | ( | ) |
|
protected |
Definition at line 15 of file diagnostics_main.php.
|
protected |
Definition at line 29 of file diagnostics_main.php.
|
protected |
Definition at line 43 of file diagnostics_main.php.
|
protected |
Definition at line 36 of file diagnostics_main.php.
|
protected |
Definition at line 22 of file diagnostics_main.php.
|
protected |
Definition at line 50 of file diagnostics_main.php.