Methods summary
public
|
|
public
string
|
#
phpModuleCheck( )
Check the list of PHP modules.
Check the list of PHP modules.
Returns
string The HTML output.
|
public
string
|
#
phpSettingCheck( mixed $settings = null )
Checks the list of PHP settings.
Checks the list of PHP settings.
Returns
string The HTML output.
Params
array $settings The list of settings to check.
|
public
string
|
#
pearModuleCheck( )
Check the list of PEAR modules.
Check the list of PEAR modules.
Returns
string The HTML output.
|
public
string
|
#
requiredFileCheck( )
Check the list of required files
Check the list of required files
Returns
string The HTML output.
|
public
string
|
#
requiredAppCheck( )
Check the list of required Horde applications.
Check the list of required Horde applications.
Returns
string The HTML output.
|
public
object
|
#
getPhpVersionInformation( )
Obtain information on the PHP version.
Obtain information on the PHP version.
Returns
object stdClass TODO
|
public
string
|
#
appTests( )
Any application specific tests that need to be done.
Any application specific tests that need to be done.
Returns
string HTML output.
|