getErrorCode() === '0') { $this->result = (string)$xml->Body->Result; } } public function wasSuccessful() { return $this->getErrorCode() === '0' && $this->result == 'OK'; } }