|
| __construct ( $coreVersion) |
|
| check ( $constraint) |
| Check that the provided constraint is compatible with the current version of core.
|
|
- Since
- 1.26
Definition at line 26 of file CoreVersionChecker.php.
◆ __construct()
CoreVersionChecker::__construct |
( |
|
$coreVersion | ) |
|
◆ check()
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.
◆ $coreVersion
Constraint bool CoreVersionChecker::$coreVersion = false |
|
private |
◆ $versionParser
VersionParser CoreVersionChecker::$versionParser |
|
private |
The documentation for this class was generated from the following file: