The SoapFault class
(No version information available, might only be in SVN)
Einführung
Represents a SOAP fault.
Klassenbeschreibung
SoapFault
extends
Exception
{
/* Eigenschaften */
/* Methoden */
__construct
( string $faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
SoapFault
( string $faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
/* Geerbte Methoden */
}Eigenschaften
- message
-
Prop description
- code
-
Prop description
- file
-
Prop description
- line
-
Prop description
Inhaltsverzeichnis
- SoapFault::__construct — SoapFault-Konstruktor
- SoapFault::SoapFault — SoapFault constructor
- SoapFault::__toString — Obtain a string representation of a SoapFault
SoapFault
There are no user contributed notes for this page.