public function ConstraintInterface::matches in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Composer\Semver\ConstraintCode
public function matches(ConstraintInterface $provider);