result = $result; $this->transformed = $transformed; } public function getTransformed() { return $this->transformed; } public function getResult() { return $this->result; } }