query; } public function getResult(): array { return $this->result; } public function setResult(array $result): void { $this->result = $result; } }