Pyrech\ComposerChangelogs\Version::__construct PHP 메소드

__construct() 공개 메소드

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;
    }