You are here

public function MultiConstraint::isConjunctive in Automatic Updates 7

Return value

bool

File

vendor/composer/semver/src/Constraint/MultiConstraint.php, line 49

Class

MultiConstraint
Defines a conjunctive or disjunctive set of constraints.

Namespace

Composer\Semver\Constraint

Code

public function isConjunctive() {
  return $this->conjunctive;
}