List of all members.
Detailed Description
Diagnostic tool model Stores configuration and public diagnostic methods for shop diagnostics
Definition at line 9 of file oxdiagnostics.php.
Member Function Documentation
oxDiagnostics._countRows |
( |
$ |
sTable, |
|
|
$ |
blMode | |
|
) |
| | [protected] |
counts result Rows
- Parameters:
-
| string | $sTable, |
| boolean | $blMode |
- Returns:
- integer
Definition at line 225 of file oxdiagnostics.php.
oxDiagnostics._getApacheVersion |
( |
|
) |
[protected] |
oxDiagnostics._getBogoMips |
( |
|
) |
[protected] |
Returns BogoMIPS evaluation of processor
- Returns:
- string
Definition at line 432 of file oxdiagnostics.php.
oxDiagnostics._getCpuAmount |
( |
|
) |
[protected] |
oxDiagnostics._getCpuMhz |
( |
|
) |
[protected] |
oxDiagnostics._getCpuModel |
( |
|
) |
[protected] |
oxDiagnostics._getDeviceList |
( |
$ |
sSystemType |
) |
[protected] |
Finds the list of system devices for given system type
- Parameters:
-
- Returns:
- string
Definition at line 401 of file oxdiagnostics.php.
oxDiagnostics._getDiskFreeSpace |
( |
|
) |
[protected] |
oxDiagnostics._getDiskTotalSpace |
( |
|
) |
[protected] |
oxDiagnostics._getMemoryFree |
( |
|
) |
[protected] |
oxDiagnostics._getMemoryTotal |
( |
|
) |
[protected] |
oxDiagnostics._getMySqlServerInfo |
( |
|
) |
[protected] |
oxDiagnostics._getPhpVersion |
( |
|
) |
[protected] |
oxDiagnostics._getVirtualizationSystem |
( |
|
) |
[protected] |
oxDiagnostics.getEdition |
( |
|
) |
|
oxDiagnostics.getFileCheckerExtensionList |
( |
|
) |
|
getter for extensions of files to check
- Returns:
- $this->_aFileCheckerExtensionList array
Definition at line 98 of file oxdiagnostics.php.
oxDiagnostics.getFileCheckerPathList |
( |
|
) |
|
getter for list of files and folders to check
- Returns:
- $this->_aFileCheckerPathList array
Definition at line 78 of file oxdiagnostics.php.
oxDiagnostics.getPhpDecoder |
( |
|
) |
|
Returns the installed PHP devoder (like Zend Optimizer, Guard Loader)
- Returns:
- string
Definition at line 275 of file oxdiagnostics.php.
oxDiagnostics.getPhpSelection |
( |
|
) |
|
Picks some pre-selected PHP configuration settings and returns them.
- Returns:
- array
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().
- Returns:
- array
Definition at line 300 of file oxdiagnostics.php.
oxDiagnostics.getShopDetails |
( |
|
) |
|
Collects information on the shop, like amount of categories, articles, users
- Returns:
- array
Definition at line 198 of file oxdiagnostics.php.
oxDiagnostics.getShopLink |
( |
|
) |
|
oxDiagnostics.getVersion |
( |
|
) |
|
oxDiagnostics.isExecAllowed |
( |
|
) |
|
Determines, whether the exec() command is allowed or not.
- Returns:
- boolean
Definition at line 390 of file oxdiagnostics.php.
oxDiagnostics.setEdition |
( |
$ |
sEdition |
) |
|
oxDiagnostics.setFileCheckerExtensionList |
( |
$ |
aExtList |
) |
|
Setter for extensions of files to check
- Parameters:
-
Definition at line 88 of file oxdiagnostics.php.
oxDiagnostics.setFileCheckerPathList |
( |
$ |
aPathList |
) |
|
Setter for list of files and folders to check
- Parameters:
-
Definition at line 68 of file oxdiagnostics.php.
oxDiagnostics.setRevision |
( |
$ |
sRevision |
) |
|
oxDiagnostics.setShopLink |
( |
$ |
sShopLink |
) |
|
oxDiagnostics.setVersion |
( |
$ |
sVersion |
) |
|
Member Data Documentation
oxDiagnostics.$_aFileCheckerExtensionList = array( 'php', 'tpl' ) [protected] |
oxDiagnostics.$_aFileCheckerPathList [protected] |
Initial value: array(
'bootstrap.php',
'index.php',
'oxid.php',
'oxseo.php',
'admin/',
'application/',
'bin/',
'core/',
'modules/',
)
Definition at line 44 of file oxdiagnostics.php.
oxDiagnostics.$_sEdition = "" [protected] |
oxDiagnostics.$_sRevision = "" [protected] |
oxDiagnostics.$_sShopLink = "" [protected] |
oxDiagnostics.$_sVersion = "" [protected] |
The documentation for this class was generated from the following file: