op1 = $op1; $this->op2 = $op2; $this->result = $result; parent::__construct($message); } public function getResults() { return array($this->op1, $this->op2, $this->result); } }