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

Class: SOAP_Fault

Source Location: /SOAP-0.8.1/Fault.php

Class Overview

PEAR_Error
   |
   --SOAP_Fault

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


Author(s):

Version:

  • $Id: Fault.php,v 1.13 2003/04/13 21:38:58 shane Exp $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 34]
SOAP_Fault PEAR::Error wrapper used to match SOAP Faults to PEAR Errors
  • Author: Shane Caraveo <Shane@Caraveo.com> Port to PEAR and more
  • Author: Dietrich Ayala <dietrich@ganx4.com> Original Author
  • Version: $Id: Fault.php,v 1.13 2003/04/13 21:38:58 shane Exp $
  • Access: public


[ Top ]


Method Detail

SOAP_Fault (Constructor)   [line 47]

SOAP_Fault SOAP_Fault( [string $faultstring = 'unknown error'], [mixed $faultcode = 'Client'], [mixed $faultactor = NULL], [mixed $detail = NULL], [array $mode = null], [ $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
   $options   — 

[ Top ]

getActor   [line 114]

string getActor( )

getActor

returns the SOAP actor for the fault

  • Access: public

[ Top ]

getDetail   [line 127]

string getDetail( )

getDetail

returns the fault detail

  • Access: public

[ Top ]

getFault   [line 87]

array getFault( )

getFault

returns a simple native php array containing the fault data

  • Access: public

[ Top ]

message   [line 61]

SOAP_Message message( )

message

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

  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:59:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.