[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/nusoap/ -> class.soap_fault.php (summary)

(no description)

File Size: 86 lines (2 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

soap_fault:: (2 methods):
  soap_fault()
  serialize()


Class: soap_fault  - X-Ref

Contains information for a SOAP fault.
Mainly used for returning faults from deployed functions
in a server instance.

soap_fault($faultcode,$faultactor='',$faultstring='',$faultdetail='')   X-Ref
constructor

param: string $faultcode (client | server)
param: string $faultactor only used when msg routed between multiple actors
param: string $faultstring human readable error message
param: mixed $faultdetail detail, typically a string or array of string

serialize()   X-Ref
serialize a fault

return: string    The serialization of the fault instance.



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1