You are here

public function MultiConstraint::setPrettyString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/composer/semver/src/Constraint/MultiConstraint.php \Composer\Semver\Constraint\MultiConstraint::setPrettyString()

Parameters

string $prettyString:

Overrides ConstraintInterface::setPrettyString

File

vendor/composer/semver/src/Constraint/MultiConstraint.php, line 67

Class

MultiConstraint
Defines a conjunctive or disjunctive set of constraints.

Namespace

Composer\Semver\Constraint

Code

public function setPrettyString($prettyString) {
  $this->prettyString = $prettyString;
}