Represents a binary operator (AND or OR) in a version range expression.
| package |
Default |
|---|
__construct(integer $operator, \Jelix\Version\VersionRangeOperatorInterface $left, \Jelix\Version\VersionRangeOperatorInterface $right)
integerone of OP_*
compare(\Jelix\Version\Version $value) : boolean
OP_OR
OP_AND
op :
left :
right :