Helper class to evaluate constraint by compiling and reusing the code to evaluate
CloneableInstantiable
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 = NULL
|
private static $resultCache = []
|
private static $transOpInt = ['==', '<', '<=', '>', '>=', '!=']
|
Properties |
private static $compiledCheckerCache = []
|
private static $enabled = NULL
|
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
|