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.5.1/Payment/PayPal/SOAP/Exceptions.php

Class Overview

InvalidArgumentException
   |
   --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-2012 silverorange

Variables

Methods


Inherited Variables

Class: InvalidArgumentException (Internal Class)

$code
$file
$line
$message

Inherited Methods

Class: InvalidArgumentException (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )
__wakeup ( )

Class Details

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


[ Top ]


Class Variables

$_requestName =  ''

[line 153]

The invalid request name that was used

Type:   string


[ Top ]



Method Detail

__construct (Constructor)   [line 165]

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

Creates a new invalid request name exception
  • Access: public

Overrides InvalidArgumentException::constructor __construct ( [$message = ], [$code = ], [$previous = ] ) (parent method not documented)

Parameters:

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

[ Top ]

getRequestName   [line 181]

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:50:40 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.