You are here

public function ConstraintInterface::matches in Automatic Updates 7

Parameters

ConstraintInterface $provider:

Return value

bool

4 methods override ConstraintInterface::matches()
AbstractConstraint::matches in vendor/composer/semver/src/Constraint/AbstractConstraint.php
Constraint::matches in vendor/composer/semver/src/Constraint/Constraint.php
EmptyConstraint::matches in vendor/composer/semver/src/Constraint/EmptyConstraint.php
MultiConstraint::matches in vendor/composer/semver/src/Constraint/MultiConstraint.php

File

vendor/composer/semver/src/Constraint/ConstraintInterface.php, line 21

Class

ConstraintInterface

Namespace

Composer\Semver\Constraint

Code

public function matches(ConstraintInterface $provider);