name; } public function getModule(): string { return $this->module; } public function getVersion(): string { return $this->version; } public function getAuthor(): string { return $this->author; } public function getDescription(): ?string { return $this->description; } }