SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

Class: SOAP_Fault

Source Location: /SOAP-0.9.4/Fault.php

Class Overview

PEAR_Error
   |
   --SOAP_Fault

SOAP_Fault PEAR::Error wrapper used to match SOAP Faults to PEAR Errors


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 37]
SOAP_Fault PEAR::Error wrapper used to match SOAP Faults to PEAR Errors


[ Top ]


Method Detail

SOAP_Fault (Constructor)   [line 50]

SOAP_Fault SOAP_Fault( [string $faultstring = 'unknown error'], [mixed $faultcode = 'Client'], [mixed $faultactor = NULL], [mixed $detail = NULL], [array $mode = null], [mixed $options = null])

Constructor

Parameters:

string   $faultstring     message string for fault
mixed   $faultcode     the faultcode
mixed   $faultactor     see PEAR::ERROR
mixed   $detail     see PEAR::ERROR
array   $mode     the userinfo array is used to pass in the SOAP actor and detail for the fault

[ Top ]

getActor   [line 117]

string getActor( )

getActor

returns the SOAP actor for the fault

  • Access: public

[ Top ]

getDetail   [line 130]

string getDetail( )

getDetail

returns the fault detail

  • Access: public

[ Top ]

getFault   [line 90]

array getFault( )

getFault

returns a simple native php array containing the fault data

  • Access: public

[ Top ]

message   [line 64]

SOAP_Message message( )

message

returns a SOAP_Message class that can be sent as a server response

  • Access: public

[ Top ]


Documentation generated on Wed, 12 Apr 2006 18:03:10 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.