result = $result; } /** * @var array */ private $result; /** * @return array */ public function getResult() { return $this->result; } }