version; } public function getDate(): \DateTimeInterface { return $this->date; } public function isSecurityUpdate(): bool { return $this->type === self::RELEASE_TYPE_SECURITY; } public function getChecksum(): string { return $this->checksum; } public function isElts(): bool { return $this->isElts; } }