version; } public function getLts(): ?string { return $this->lts; } public function getTitle(): string { return $this->title; } public function getMaintenanceWindow(): MaintenanceWindow { return $this->maintenanceWindow; } }