Public Member Functions | |
didCheckProduceWarningStatus () | |
runCheckAndGetIfSuccessful () | |
getMessage () | |
isRequired () | |
getServiceType () | |
Data Fields | |
const | REQUIRED_SERVICE = 1 |
const | OPTIONAL_SERVICE = 2 |
Protected Member Functions | |
checkService () | |
checkServiceAndSetMessagesByMethodNameAndDisplayLabel ($methodName, $displayLabel) | |
callCheckServiceMethod ($methodName, &$actualVersion) | |
getMinimumVersionLabel () | |
Protected Attributes | |
$serviceHasBeenChecked = false | |
$message | |
$required = true | |
$minimumVersion | |
$checkResultedInWarning = false | |
Base class for the different services and settings that need to be checked for an installation.
Definition at line 40 of file ServiceHelper.php.
runCheckAndGetIfSuccessful | ( | ) |
Called to check service. Will check service and populate message.
Definition at line 98 of file ServiceHelper.php.
|
protected |
string | $methodName | |
string | $displayLabel |
Definition at line 136 of file ServiceHelper.php.
|
protected |
string | $methodName | |
$actualVersion |
Definition at line 172 of file ServiceHelper.php.