You are here

public function ConstraintInterface::getPrettyString in Automatic Updates 7

Return value

string

4 methods override ConstraintInterface::getPrettyString()
AbstractConstraint::getPrettyString in vendor/composer/semver/src/Constraint/AbstractConstraint.php
Constraint::getPrettyString in vendor/composer/semver/src/Constraint/Constraint.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 26

Class

ConstraintInterface

Namespace

Composer\Semver\Constraint

Code

public function getPrettyString();