ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilBMFFault ($faultstring= 'unknown error', $faultcode= 'Client', $faultactor=NULL, $detail=NULL, $mode=null, $options=null) | |
Constructor. | |
message () | |
message | |
getFault () | |
getFault | |
getActor () | |
getActor | |
getDetail () | |
getDetail |
Definition at line 37 of file class.ilBMFFault.php.
ilBMFFault::getActor | ( | ) |
getActor
returns the SOAP actor for the fault
Definition at line 117 of file class.ilBMFFault.php.
ilBMFFault::getDetail | ( | ) |
getDetail
returns the fault detail
Definition at line 130 of file class.ilBMFFault.php.
ilBMFFault::getFault | ( | ) |
getFault
returns a simple native php array containing the fault data
Definition at line 90 of file class.ilBMFFault.php.
References message().
ilBMFFault::ilBMFFault | ( | $faultstring = 'unknown error' , |
|
$faultcode = 'Client' , |
|||
$faultactor = NULL , |
|||
$detail = NULL , |
|||
$mode = null , |
|||
$options = null |
|||
) |
Constructor.
string | message string for fault |
mixed | the faultcode |
mixed | see PEAR::ERROR |
mixed | see PEAR::ERROR |
array | the userinfo array is used to pass in the SOAP actor and detail for the fault |
Definition at line 50 of file class.ilBMFFault.php.
ilBMFFault::message | ( | ) |
message
returns a SOAP_Message class that can be sent as a server response
Definition at line 64 of file class.ilBMFFault.php.
References SOAP_ENVELOP.
Referenced by getFault().