You are here

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

Return value

string

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

File

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

Class

ConstraintInterface

Namespace

Composer\Semver\Constraint

Code

public function getPrettyString();