OXID eShop CE
4.8.11
|
Public Member Functions | |
setFileCheckerPathList ($aPathList) | |
getFileCheckerPathList () | |
setFileCheckerExtensionList ($aExtList) | |
getFileCheckerExtensionList () | |
setVersion ($sVersion) | |
getVersion () | |
setEdition ($sEdition) | |
getEdition () | |
setRevision ($sRevision) | |
getRevision () | |
setShopLink ($sShopLink) | |
getShopLink () | |
getShopDetails () | |
getPhpSelection () | |
getPhpDecoder () | |
getServerInfo () | |
isExecAllowed () |
Protected Member Functions | |
_countRows ($sTable, $blMode) | |
_getApacheVersion () | |
_getVirtualizationSystem () | |
_getDeviceList ($sSystemType) | |
_getCpuAmount () | |
_getCpuMhz () | |
_getBogoMips () | |
_getMemoryTotal () | |
_getMemoryFree () | |
_getCpuModel () | |
_getDiskTotalSpace () | |
_getDiskFreeSpace () | |
_getPhpVersion () | |
_getMySqlServerInfo () |
Protected Attributes | |
$_sEdition = "" | |
$_sVersion = "" | |
$_sRevision = "" | |
$_sShopLink = "" | |
$_aFileCheckerPathList | |
$_aFileCheckerExtensionList = array( 'php', 'tpl' ) |
Diagnostic tool model Stores configuration and public diagnostic methods for shop diagnostics
Definition at line 9 of file oxdiagnostics.php.
|
protected |
counts result Rows
string | $sTable,@param | boolean $blMode |
Definition at line 225 of file oxdiagnostics.php.
|
protected |
|
protected |
Returns BogoMIPS evaluation of processor
Definition at line 432 of file oxdiagnostics.php.
|
protected |
|
protected |
|
protected |
|
protected |
Finds the list of system devices for given system type
$sSystemType |
Definition at line 401 of file oxdiagnostics.php.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
oxDiagnostics::getEdition | ( | ) |
oxDiagnostics::getFileCheckerExtensionList | ( | ) |
getter for extensions of files to check
Definition at line 98 of file oxdiagnostics.php.
oxDiagnostics::getFileCheckerPathList | ( | ) |
getter for list of files and folders to check
Definition at line 78 of file oxdiagnostics.php.
oxDiagnostics::getPhpDecoder | ( | ) |
Returns the installed PHP devoder (like Zend Optimizer, Guard Loader)
Definition at line 275 of file oxdiagnostics.php.
oxDiagnostics::getPhpSelection | ( | ) |
Picks some pre-selected PHP configuration settings and returns them.
Definition at line 245 of file oxdiagnostics.php.
oxDiagnostics::getRevision | ( | ) |
oxDiagnostics::getServerInfo | ( | ) |
General server information We will use the exec command here several times. In order tro prevent stop on failure, use $this->isExecAllowed().
Definition at line 300 of file oxdiagnostics.php.
oxDiagnostics::getShopDetails | ( | ) |
Collects information on the shop, like amount of categories, articles, users
Definition at line 198 of file oxdiagnostics.php.
oxDiagnostics::getShopLink | ( | ) |
oxDiagnostics::getVersion | ( | ) |
oxDiagnostics::isExecAllowed | ( | ) |
Determines, whether the exec() command is allowed or not.
Definition at line 390 of file oxdiagnostics.php.
oxDiagnostics::setEdition | ( | $sEdition | ) |
oxDiagnostics::setFileCheckerExtensionList | ( | $aExtList | ) |
Setter for extensions of files to check
$aExtList | array |
Definition at line 88 of file oxdiagnostics.php.
oxDiagnostics::setFileCheckerPathList | ( | $aPathList | ) |
Setter for list of files and folders to check
$aPathList | array |
Definition at line 68 of file oxdiagnostics.php.
oxDiagnostics::setRevision | ( | $sRevision | ) |
oxDiagnostics::setShopLink | ( | $sShopLink | ) |
oxDiagnostics::setVersion | ( | $sVersion | ) |
|
protected |
Definition at line 61 of file oxdiagnostics.php.
|
protected |
Definition at line 44 of file oxdiagnostics.php.
|
protected |
Definition at line 16 of file oxdiagnostics.php.
|
protected |
Definition at line 30 of file oxdiagnostics.php.
|
protected |
Definition at line 37 of file oxdiagnostics.php.
|
protected |
Definition at line 23 of file oxdiagnostics.php.