versionRangeBinaryOperator

Implements \Jelix\Version\VersionRangeOperatorInterface

Represents a binary operator (AND or OR) in a version range expression.

package

Default

Methods

__construct

__construct(integer $operator, \Jelix\Version\VersionRangeOperatorInterface $left, \Jelix\Version\VersionRangeOperatorInterface $right) 

compare

compare(\Jelix\Version\Version $value) : boolean

Arguments

Response

boolean

Constants

OP_OR

OP_OR

OP_AND

OP_AND

Properties

op

op : 

Type(s)

left

left : 

Type(s)

right

right : 

Type(s)