public function __construct(string $versionString) { $this->versionString = $versionString; $this->parseVersion($versionString); }