Pyrech\ComposerChangelogs\Version::__construct PHP Méthode

__construct() public méthode

public __construct ( string $name, string $pretty, string $fullPretty )
$name string
$pretty string
$fullPretty string
    public function __construct($name, $pretty, $fullPretty)
    {
        $this->name = $name;
        $this->pretty = $pretty;
        $this->fullPretty = $fullPretty;
    }