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

Class: Payment_PayPal_SOAP_MissingPropertyException

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

Class Overview

PEAR_Exception
   |
   --Payment_PayPal_SOAP_Exception
      |
      --Payment_PayPal_SOAP_MissingPropertyException

Exception thrown when a required request property is missing in the arguments parameter of a Payment_PayPal_SOAP::call() method call


Author(s):

Copyright:

  • 2008-2009 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 202]
Exception thrown when a required request property is missing in the arguments parameter of a Payment_PayPal_SOAP::call() method call


[ Top ]


Method Detail

__construct (Constructor)   [line 226]

Payment_PayPal_SOAP_MissingPropertyException __construct( string $message, [integer $code = 0], [string $propertyName = ''])

Creates a new missing property exception
  • Access: public

Parameters:

string   $message   —  the exception message.
integer   $code   —  the exception code.
string   $propertyName   —  the name of the property that is missing.

[ Top ]

getPropertyName   [line 242]

string getPropertyName( )

Gets the name of the property that is missing
  • Return: the name of the property that is missing.
  • See: PaymentPayPal_SOAP_MissingPropertyNameException::$_propertyName
  • 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.