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

Element index for package Payment_PayPal_SOAP

[ c ] [ e ] [ g ] [ l ] [ p ] [ s ] [ _ ]

_

__construct
in file Exceptions.php, method Payment_PayPal_SOAP_MissingPropertyException::__construct()
    Creates a new missing property exception
__construct
in file SOAP.php, method Payment_PayPal_SOAP::__construct()
    Creates a new PayPal SOAP client
__construct
in file Exceptions.php, method Payment_PayPal_SOAP_InvalidRequestNameException::__construct()
    Creates a new invalid request name exception
__construct
in file Exceptions.php, method Payment_PayPal_SOAP_InvalidModeException::__construct()
    Creates a new invalid mode exception
__construct
in file Exceptions.php, method Payment_PayPal_SOAP_FaultException::__construct()
    Creates a new PayPal SOAP fault exception
__construct
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::__construct()
    Creates a new error exception
top

c

call
in file SOAP.php, method Payment_PayPal_SOAP::call()
    Makes a PayPal SOAP request
top

e

ERROR_ERROR
in file SOAP.php, class constant Payment_PayPal_SOAP::ERROR_ERROR
    Application-level error.
ERROR_UNKNOWN
in file SOAP.php, class constant Payment_PayPal_SOAP::ERROR_UNKNOWN
    Unknown error type reserved for future internal use by PayPal
ERROR_WARNING
in file SOAP.php, class constant Payment_PayPal_SOAP::ERROR_WARNING
    Warning or informational error.
Exceptions.php
procedural page Exceptions.php
top

g

getLastRequest
in file SOAP.php, method Payment_PayPal_SOAP::getLastRequest()
    Gets the XML sent in the last SOAP request
getLastResponse
in file SOAP.php, method Payment_PayPal_SOAP::getLastResponse()
    Gets the XML returned in the last SOAP response
getMode
in file Exceptions.php, method Payment_PayPal_SOAP_InvalidModeException::getMode()
    Gets the invalid mode that was used
getPropertyName
in file Exceptions.php, method Payment_PayPal_SOAP_MissingPropertyException::getPropertyName()
    Gets the name of the property that is missing
getRequestName
in file Exceptions.php, method Payment_PayPal_SOAP_InvalidRequestNameException::getRequestName()
    Gets the invalid request name that was used
getResponse
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::getResponse()
    Gets the response object containing the PayPal error
getSeverity
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::getSeverity()
    Gets the severity of the PayPal error
getSoapClient
in file SOAP.php, method Payment_PayPal_SOAP::getSoapClient()
    Gets the SOAP client used to make PayPal SOAP calls
getSoapClient
in file Exceptions.php, method Payment_PayPal_SOAP_FaultException::getSoapClient()
    Gets the original SOAP client that caused the exception
getSoapFault
in file Exceptions.php, method Payment_PayPal_SOAP_FaultException::getSoapFault()
    Gets the original SoapFault that caused this exception to be thrown
getSoapHeaders
in file SOAP.php, method Payment_PayPal_SOAP::getSoapHeaders()
    Gets the SOAP headers required for PayPal authentication
top

l

$lastSoapClient
in file SOAP.php, variable Payment_PayPal_SOAP::$lastSoapClient
    The SOAP client used to make the last SOAP request
top

p

Payment_PayPal_SOAP
in file SOAP.php, class Payment_PayPal_SOAP
    An easy to use SOAP client for the PayPal SOAP API
Payment_PayPal_SOAP_ErrorException
in file Exceptions.php, class Payment_PayPal_SOAP_ErrorException
    Exception thrown when the SOAP response contains one or more Error elements
Payment_PayPal_SOAP_Exception
in file Exceptions.php, class Payment_PayPal_SOAP_Exception
    Base class for exceptions thrown by the Payment_PayPal_SOAP package
Payment_PayPal_SOAP_ExpiredTokenException
in file Exceptions.php, class Payment_PayPal_SOAP_ExpiredTokenException
    Exception thrown when a requests is made with an expired checkout token
Payment_PayPal_SOAP_FaultException
in file Exceptions.php, class Payment_PayPal_SOAP_FaultException
    Exception thrown when a SOAP fault occurs
Payment_PayPal_SOAP_InvalidModeException
in file Exceptions.php, class Payment_PayPal_SOAP_InvalidModeException
    Exception thrown when an invalid mode is used in the client constructor
Payment_PayPal_SOAP_InvalidRequestNameException
in file Exceptions.php, class Payment_PayPal_SOAP_InvalidRequestNameException
    Exception thrown when an invalid request name is used in the Payment_PayPal_SOAP_Client::call() method
Payment_PayPal_SOAP_MissingPropertyException
in file Exceptions.php, class 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
top

s

$soapClient
in file SOAP.php, variable Payment_PayPal_SOAP::$soapClient
    SOAP client used to make PayPal SOAP requests
$soapHeader
in file SOAP.php, variable Payment_PayPal_SOAP::$soapHeader
    SOAP header values specific to PayPal SOAP API
$soapOptions
in file SOAP.php, variable Payment_PayPal_SOAP::$soapOptions
    Options passed to the SOAP client when it is created
SOAP.php
procedural page SOAP.php
setCertificateFile
in file SOAP.php, method Payment_PayPal_SOAP::setCertificateFile()
    Sets the local certificate file used for certificate-based authentication
setMode
in file SOAP.php, method Payment_PayPal_SOAP::setMode()
    Sets the mode to use for API calls
setPassword
in file SOAP.php, method Payment_PayPal_SOAP::setPassword()
    Sets the API password used for authentication
setSignature
in file SOAP.php, method Payment_PayPal_SOAP::setSignature()
    Sets the API signature used for signature-based authentication
setSoapClient
in file SOAP.php, method Payment_PayPal_SOAP::setSoapClient()
    Sets a SOAP client to use for SOAP requests
setUsername
in file SOAP.php, method Payment_PayPal_SOAP::setUsername()
    Sets the API username used for authentication
top

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