Class System
Retrieve system information on service availability and general status
Provides static methods to get information in array format
Methods summary
public static
array
|
#
status( )
Get status information
Returns
array Information on environment and datasource/cache connections
|
public static
array
|
#
checkPHP( )
Check PHP version and extensions
Check PHP version and extensions
Returns
array Details of performed check with keys
- 'success' true if check ok, false otherwise
- 'message' array of error messages
|
public static
array
|
#
checkFS( )
Check Filesystem
Returns
array Details of performed check with keys
- 'success' true if check ok, false otherwise
- 'message' array of error messages
|
protected static
|
#
loadRequirements( )
Load system requirements in Configuration 'Requirements'
Load system requirements in Configuration 'Requirements'
|