You are here

public function Constraint::setPrettyString in Automatic Updates 7

Parameters

string $prettyString:

File

vendor/composer/semver/src/Constraint/Constraint.php, line 84

Class

Constraint
Defines a constraint.

Namespace

Composer\Semver\Constraint

Code

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