OXID eShop CE
4.9.6
|
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 | table |
boolean | $blMode | mode |
Definition at line 227 of file oxdiagnostics.php.
|
protected |
|
protected |
Returns BogoMIPS evaluation of processor
Definition at line 430 of file oxdiagnostics.php.
|
protected |
|
protected |
|
protected |
|
protected |
Finds the list of system devices for given system type
string | $sSystemType | System type. |
Definition at line 399 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 99 of file oxdiagnostics.php.
oxDiagnostics::getFileCheckerPathList | ( | ) |
getter for list of files and folders to check
Definition at line 79 of file oxdiagnostics.php.
oxDiagnostics::getPhpDecoder | ( | ) |
Returns the installed PHP devoder (like Zend Optimizer, Guard Loader)
Definition at line 276 of file oxdiagnostics.php.
oxDiagnostics::getPhpSelection | ( | ) |
Picks some pre-selected PHP configuration settings and returns them.
Definition at line 247 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 298 of file oxdiagnostics.php.
oxDiagnostics::getShopDetails | ( | ) |
Collects information on the shop, like amount of categories, articles, users
Definition at line 199 of file oxdiagnostics.php.
oxDiagnostics::getShopLink | ( | ) |
oxDiagnostics::getVersion | ( | ) |
oxDiagnostics::isExecAllowed | ( | ) |
Determines, whether the exec() command is allowed or not.
Definition at line 387 of file oxdiagnostics.php.
oxDiagnostics::setEdition | ( | $sEdition | ) |
oxDiagnostics::setFileCheckerExtensionList | ( | $aExtList | ) |
Setter for extensions of files to check
array | $aExtList | List of extensions. |
Definition at line 89 of file oxdiagnostics.php.
oxDiagnostics::setFileCheckerPathList | ( | $aPathList | ) |
Setter for list of files and folders to check
array | $aPathList | Path list. |
Definition at line 69 of file oxdiagnostics.php.
oxDiagnostics::setRevision | ( | $sRevision | ) |
Revision setter
string | $sRevision | revision. |
Definition at line 154 of file oxdiagnostics.php.
oxDiagnostics::setShopLink | ( | $sShopLink | ) |
ShopLink setter
string | $sShopLink | Shop link. |
Definition at line 177 of file oxdiagnostics.php.
oxDiagnostics::setVersion | ( | $sVersion | ) |
|
protected |
Definition at line 62 of file oxdiagnostics.php.
|
protected |
Definition at line 45 of file oxdiagnostics.php.
|
protected |
Definition at line 17 of file oxdiagnostics.php.
|
protected |
Definition at line 31 of file oxdiagnostics.php.
|
protected |
Definition at line 38 of file oxdiagnostics.php.
|
protected |
Definition at line 24 of file oxdiagnostics.php.