php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SoapFault Class Reference
Inheritance diagram for SoapFault:
Exception Throwable Stringable

Public Member Functions

 __construct (array|string|null $code, string $string, ?string $actor=null, mixed $details=null, ?string $name=null, mixed $headerFault=null)
 
 __toString ()
 
- Public Member Functions inherited from Exception
 __construct (string $message="", int $code=0, ?Throwable $previous=null)
 
 __wakeup ()
 
 getMessage ()
 
 getCode ()
 
 getFile ()
 
 getLine ()
 
 getTrace ()
 
 getPrevious ()
 
 getTraceAsString ()
 

Data Fields

string $faultstring
 
string $faultcode = null
 
string $faultcodens = null
 
string $faultactor = null
 
mixed $detail = null
 
string $_name = null
 
mixed $headerfault = null
 

Additional Inherited Members

- Protected Attributes inherited from Exception
 $message = ""
 
 $code = 0
 
string $file = ""
 
int $line = 0
 

Detailed Description

Definition at line 471 of file soap.stub.php.

Constructor & Destructor Documentation

◆ __construct()

SoapFault::__construct ( array|string|null $code,
string $string,
?string $actor = null,
mixed $details = null,
?string $name = null,
mixed $headerFault = null )

Definition at line 481 of file soap.stub.php.

Member Function Documentation

◆ __toString()

SoapFault::__toString ( )

Reimplemented from Exception.

Definition at line 483 of file soap.stub.php.

Field Documentation

◆ $_name

string SoapFault::$_name = null

Definition at line 478 of file soap.stub.php.

◆ $detail

mixed SoapFault::$detail = null

Definition at line 477 of file soap.stub.php.

◆ $faultactor

string SoapFault::$faultactor = null

Definition at line 476 of file soap.stub.php.

◆ $faultcode

string SoapFault::$faultcode = null

Definition at line 474 of file soap.stub.php.

◆ $faultcodens

string SoapFault::$faultcodens = null

Definition at line 475 of file soap.stub.php.

◆ $faultstring

string SoapFault::$faultstring

Definition at line 473 of file soap.stub.php.

◆ $headerfault

mixed SoapFault::$headerfault = null

Definition at line 479 of file soap.stub.php.


The documentation for this class was generated from the following file: