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