You are here

public function ConstraintInterface::matches in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/composer/semver/src/Constraint/ConstraintInterface.php \Composer\Semver\Constraint\ConstraintInterface::matches()

Parameters

ConstraintInterface $provider:

Return value

bool

3 methods override ConstraintInterface::matches()
AbstractConstraint::matches in vendor/composer/semver/src/Constraint/AbstractConstraint.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);