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

Class: Payment_PayPal_SOAP_InvalidRequestNameException

Source Location: /Payment_PayPal_SOAP-0.2.1/Payment/PayPal/SOAP/Exceptions.php

Class Overview

PEAR_Exception
   |
   --Payment_PayPal_SOAP_Exception
      |
      --Payment_PayPal_SOAP_InvalidRequestNameException

Exception thrown when an invalid request name is used in the Payment_PayPal_SOAP_Client::call() method


Author(s):

Copyright:

  • 2008-2009 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 139]
Exception thrown when an invalid request name is used in the Payment_PayPal_SOAP_Client::call() method


[ Top ]


Method Detail

__construct (Constructor)   [line 163]

Payment_PayPal_SOAP_InvalidRequestNameException __construct( string $message, [integer $code = 0], [string $requestName = ''])

Creates a new invalid request name exception
  • Access: public

Parameters:

string   $message   —  the exception message.
integer   $code   —  the exception code.
string   $requestName   —  the invalid request name that was used.

[ Top ]

getRequestName   [line 179]

string getRequestName( )

Gets the invalid request name that was used
  • Return: the invalid request name that was used.
  • See: PaymentPayPal_SOAP_InvalidRequestNameException::$_requestName
  • Access: public

[ Top ]


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