![]() |
Pfw_XH
|
Reusable component to provide plugin system checks. More...
Public Member Functions | |
getChecks () | |
minPhpVersion ($version) | |
extension ($extension, $isMandatory=true) | |
minXhVersion ($version) | |
plugin ($plugin) | |
writable ($folder) | |
Reusable component to provide plugin system checks.
Example:
$checks = (new SystemCheckService) ->minPhpVersion('5.4.0') ->minXhVersion('1.6.3) ->getChecks();
Pfw\SystemCheckService::extension | ( | $extension, | |
$isMandatory = true |
|||
) |
string | $extension | |
bool | $isMandatory |
Pfw\SystemCheckService::getChecks | ( | ) |
Pfw\SystemCheckService::minPhpVersion | ( | $version | ) |
string | $version |
Pfw\SystemCheckService::minXhVersion | ( | $version | ) |
string | $version |
Pfw\SystemCheckService::plugin | ( | $plugin | ) |
string | $plugin |
Pfw\SystemCheckService::writable | ( | $folder | ) |
string | $folder |