OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
Diagnostics_Main Class Reference
+ Inheritance diagram for Diagnostics_Main:
+ Collaboration diagram for Diagnostics_Main:

Public Member Functions

 __construct ()
 render ()
 startDiagnostics ()
 downloadResultFile ()
 getSupportContactForm ()
 getParam ($sParam)
- Public Member Functions inherited from oxAdminDetails
 resetNrOfCatArticles ()
 resetNrOfVendorArticles ()
 resetNrOfManufacturerArticles ()
 changeFolder ()
- Public Member Functions inherited from oxAdminView
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 save ()
 resetContentCache ($blForceReset=null)
 resetCounter ($sCounterType, $sValue=null)
 getNavigation ()
 getViewId ()
 chshp ()
 resetSeoData ($sShopId)
 getPreviewId ()
 getEditObjectId ()
 setEditObjectId ($sId)
- Public Member Functions inherited from oxView
 setViewParameters ($aParams=null)
 getViewParameter ($sKey)
 setIsCallForCache ($blIsCallForCache=null)
 getIsCallForCache ()
 addTplParam ($sPara, $sValue)
 getBelboonParam ()
 getViewConfig ()
 getTemplateName ()
 setTemplateName ($sTemplate)
 setClassName ($sClassName)
 getClassName ()
 setFncName ($sFncName)
 getFncName ()
 setViewData ($aViewData=null)
 getViewData ()
 getViewDataElement ($sParamId=null)
 setClassLocation ($sClassLocation=null)
 getClassLocation ()
 setThisAction ($sThisAction=null)
 getThisAction ()
 setParent ($oParent=null)
 getParent ()
 setIsComponent ($blIsComponent=null)
 getIsComponent ()
 executeFunction ($sFunction)
 getAdditionalParams ()
 getTrustedShopId ()
 getTSExcellenceId ()
 getCharSet ()
 getShopVersion ()
 getShopEdition ()
 getRevision ()
 getPackageInfo ()
 getShopFullEdition ()
 isDemoVersion ()
 isBetaVersion ()
 isRCVersion ()
 showBetaNote ()
 isDemoShop ()
 showNewsletter ()
 setShowNewsletter ($blShow)
 getShopLogo ()
 setShopLogo ($sLogo)
 getActCategory ()
 setActCategory ($oCategory)
 getCategoryId ()
 setCategoryId ($sCategoryId)
 getErrorDestination ()
 getActionClassName ()
 isConnectedWithFb ()
 getFbUserId ()
 showFbConnectToAccountMsg ()
 isMall ()
 showRdfa ()
 getSidForWidget ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

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

Detailed Description

Checks Version of System files. Admin Menu: Service -> Version Checker -> Main.

Definition at line 7 of file diagnostics_main.php.

Constructor & Destructor Documentation

Diagnostics_Main::__construct ( )

Calls parent costructor and initializes checker object

Reimplemented from oxAdminView.

Definition at line 77 of file diagnostics_main.php.

Member Function Documentation

Diagnostics_Main::_checkOxidFiles (   $aFileList)
protected

Checks versions for list of oxid files

Parameters
array$aFileListarray list of files to be checked
Returns
null|object

Definition at line 134 of file diagnostics_main.php.

Diagnostics_Main::_getErrorMessage ( )
protected

Error status getter

Returns
string

Definition at line 67 of file diagnostics_main.php.

Diagnostics_Main::_getFileCheckReport (   $oFileCheckerResult)
protected

Returns body of file check report

Parameters
oxFileCheckerResult$oFileCheckerResultmixed file checker result object
Returns
string body of report

Definition at line 169 of file diagnostics_main.php.

Diagnostics_Main::_getFilesToCheck ( )
protected

Gets list of files to be checked

Returns
array list of shop files to be checked

Definition at line 107 of file diagnostics_main.php.

Diagnostics_Main::_hasError ( )
protected

Error status getter

Returns
string

Definition at line 57 of file diagnostics_main.php.

Diagnostics_Main::_runBasicDiagnostics ( )
protected

Performs main system diagnostic. Shop and module details, database health, php parameters, server information

Returns
array

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

Parameters
string$sParam
Returns
string

Definition at line 325 of file diagnostics_main.php.

Diagnostics_Main::getSupportContactForm ( )

Checks system file versions

Returns
string

Definition at line 299 of file diagnostics_main.php.

Diagnostics_Main::render ( )

Loads oxversioncheck class.

Returns
string

Reimplemented from oxAdminDetails.

Definition at line 91 of file diagnostics_main.php.

Diagnostics_Main::startDiagnostics ( )

Checks system file versions

Returns
string

Definition at line 187 of file diagnostics_main.php.

Member Data Documentation

Diagnostics_Main::$_blError = false
protected

Definition at line 15 of file diagnostics_main.php.

Diagnostics_Main::$_oDiagnostics = null
protected

Definition at line 29 of file diagnostics_main.php.

Diagnostics_Main::$_oOutput = null
protected

Definition at line 43 of file diagnostics_main.php.

Diagnostics_Main::$_oRenderer = null
protected

Definition at line 36 of file diagnostics_main.php.

Diagnostics_Main::$_sErrorMessage = null
protected

Definition at line 22 of file diagnostics_main.php.

Diagnostics_Main::$_sShopDir = ''
protected

Definition at line 50 of file diagnostics_main.php.


The documentation for this class was generated from the following file: