__soap_fault)) && ($this->__soap_fault != null)) { //this is where the exception from __doRequest is stored $exception = $this->__soap_fault; logModuleCall( 'zimbraEmail', __FUNCTION__, $exception, "Debug: response", $result ); } return $response; } /** * @param string $function_name * @param array $arguments * @param array|null $options * @param null $input_headers * @param array|null $output_headers * @return mixed|void */ public function __soapCall($function_name, array $arguments, array $options = null, $input_headers = null, &$output_headers = null) { $response = parent::__soapCall($function_name, $arguments, $options, $input_headers, $output_headers); return $response; } }