You are here

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

Parameters

string $prettyString:

3 methods override ConstraintInterface::setPrettyString()
AbstractConstraint::setPrettyString in vendor/composer/semver/src/Constraint/AbstractConstraint.php
EmptyConstraint::setPrettyString in vendor/composer/semver/src/Constraint/EmptyConstraint.php
MultiConstraint::setPrettyString 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 setPrettyString($prettyString);