|
| __construct ($coreVersion) |
|
| check ($constraint) |
| Check that the provided constraint is compatible with the current version of core. More...
|
|
- Since
- 1.26
Definition at line 26 of file CoreVersionChecker.php.
CoreVersionChecker::__construct |
( |
|
$coreVersion | ) |
|
CoreVersionChecker::check |
( |
|
$constraint | ) |
|
Check that the provided constraint is compatible with the current version of core.
- Parameters
-
string | $constraint | Something like ">= 1.26" |
- Returns
- bool
Definition at line 59 of file CoreVersionChecker.php.
Constraint bool CoreVersionChecker::$coreVersion = false |
|
private |
VersionParser CoreVersionChecker::$versionParser |
|
private |
The documentation for this class was generated from the following file: