Helper class to evaluate constraint by compiling and reusing the code to evaluate
Cloneable
Instantiable
Methods |
public
static
clear
() Clears the memoization cache once you are done
|
public
static
match
(
Composer Evaluates the expression: $constraint match $operator $version
|
Properties |
private
static
$compiledCheckerCache
|
private
static
$enabled
|
private
static
$resultCache
|
private
static
$transOpInt
=
[
'=='
,
'<'
,
'<='
,
'>'
,
'>='
,
'!='
]
|
Properties |
private
static
$compiledCheckerCache
|
private
static
$enabled
|
private
static
$resultCache
|
private
static
$transOpInt
=
[
'=='
,
'<'
,
'<='
,
'>'
,
'>='
,
'!='
]
|
Methods |
public
static
clear
() Clears the memoization cache once you are done
|
public
static
match
(
Composer Evaluates the expression: $constraint match $operator $version
|