You are here

public function EmptyConstraint::setPrettyString in Zircon Profile 8

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

Parameters

$prettyString:

Overrides ConstraintInterface::setPrettyString

File

vendor/composer/semver/src/Constraint/EmptyConstraint.php, line 35

Class

EmptyConstraint
Defines the absence of a constraint.

Namespace

Composer\Semver\Constraint

Code

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