GeneralErrorResponse.php 181 B

1234567891011
  1. <?php
  2. namespace NavOnlineInvoice;
  3. class GeneralErrorResponse extends BaseExceptionResponse {
  4. public function getResult() {
  5. return (array)$this->xml->result;
  6. }
  7. }