You are here

public function ConstraintInterface::__toString 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::__toString()

Return value

string

1 call to ConstraintInterface::__toString()
AbstractConstraint::getPrettyString in vendor/composer/semver/src/Constraint/AbstractConstraint.php
3 methods override ConstraintInterface::__toString()
Constraint::__toString in vendor/composer/semver/src/Constraint/Constraint.php
EmptyConstraint::__toString in vendor/composer/semver/src/Constraint/EmptyConstraint.php
MultiConstraint::__toString in vendor/composer/semver/src/Constraint/MultiConstraint.php

File

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

Class

ConstraintInterface

Namespace

Composer\Semver\Constraint

Code

public function __toString();