id = $id; $this->namespace = $namespace; $this->dbKey = $dbKey; } public function getId(): int { return $this->id; } public function getNamespace(): int { return $this->namespace; } public function getDBkey(): string { return $this->dbKey; } }