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 table |
| boolean | $blMode mode |
- Returns:
- integer
Definition at line 227 of file oxdiagnostics.php.
oxDiagnostics._getApacheVersion |
( |
|
) |
[protected] |
oxDiagnostics._getBogoMips |
( |
|
) |
[protected] |
Returns BogoMIPS evaluation of processor
- Returns:
- string
Definition at line 430 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:
-
| string | $sSystemType System type. |
- Returns:
- string
Definition at line 399 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 99 of file oxdiagnostics.php.
oxDiagnostics.getFileCheckerPathList |
( |
|
) |
|
getter for list of files and folders to check
- Returns:
- $this->_aFileCheckerPathList array
Definition at line 79 of file oxdiagnostics.php.
oxDiagnostics.getPhpDecoder |
( |
|
) |
|
Returns the installed PHP devoder (like Zend Optimizer, Guard Loader)
- Returns:
- string
Definition at line 276 of file oxdiagnostics.php.
oxDiagnostics.getPhpSelection |
( |
|
) |
|
Picks some pre-selected PHP configuration settings and returns them.
- Returns:
- array
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().
- Returns:
- array
Definition at line 298 of file oxdiagnostics.php.
oxDiagnostics.getShopDetails |
( |
|
) |
|
Collects information on the shop, like amount of categories, articles, users
- Returns:
- array
Definition at line 199 of file oxdiagnostics.php.
oxDiagnostics.getShopLink |
( |
|
) |
|
oxDiagnostics.getVersion |
( |
|
) |
|
oxDiagnostics.isExecAllowed |
( |
|
) |
|
Determines, whether the exec() command is allowed or not.
- Returns:
- boolean
Definition at line 387 of file oxdiagnostics.php.
oxDiagnostics.setEdition |
( |
$ |
sEdition |
) |
|
oxDiagnostics.setFileCheckerExtensionList |
( |
$ |
aExtList |
) |
|
Setter for extensions of files to check
- Parameters:
-
| 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
- Parameters:
-
| array | $aPathList Path list. |
Definition at line 69 of file oxdiagnostics.php.
oxDiagnostics.setRevision |
( |
$ |
sRevision |
) |
|
Revision setter
- Parameters:
-
| string | $sRevision revision. |
Definition at line 154 of file oxdiagnostics.php.
oxDiagnostics.setShopLink |
( |
$ |
sShopLink |
) |
|
oxDiagnostics.setVersion |
( |
$ |
sVersion |
) |
|
Version setter
- Parameters:
-
| string | $sVersion Version. |
Definition at line 110 of file oxdiagnostics.php.
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 45 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: