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

Element index for package Payment_PayPal_SOAP

[ a ] [ c ] [ e ] [ g ] [ h ] [ m ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_mode
in file Exceptions.php, variable Payment_PayPal_SOAP_InvalidModeException::$_mode
    The invalid mode that was used
$_propertyName
in file Exceptions.php, variable Payment_PayPal_SOAP_MissingPropertyException::$_propertyName
    The name of the property that is missing
$_requestName
in file Exceptions.php, variable Payment_PayPal_SOAP_InvalidRequestNameException::$_requestName
    The invalid request name that was used
$_soapClient
in file Exceptions.php, variable Payment_PayPal_SOAP_FaultException::$_soapClient
    The SOAP client that caused the exception
$_soapFault
in file Exceptions.php, variable Payment_PayPal_SOAP_FaultException::$_soapFault
    The original SoapFault that caused this exception to be thrown
__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_MissingPropertyException::__construct()
    Creates a new missing property 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 Error.php, method Payment_PayPal_SOAP_Error::__construct()
    Creates a new error object
__construct
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::__construct()
    Creates a new error exception
top

a

addError
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::addError()
    Adds an error to this exception
top

c

$code
in file Error.php, variable Payment_PayPal_SOAP_Error::$code
    Error code as specified in the PayPal API error codes
call
in file SOAP.php, method Payment_PayPal_SOAP::call()
    Makes a PayPal SOAP request
count
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::count()
    Gets the number of errors aggregated by this exception
top

e

$errors
in file Exceptions.php, variable Payment_PayPal_SOAP_ErrorException::$errors
    The errors aggregated by this exception
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.
Error.php
procedural page Error.php
Exceptions.php
procedural page Exceptions.php
top

g

getCode
in file Error.php, method Payment_PayPal_SOAP_Error::getCode()
    Gets the code of this error
getIterator
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::getIterator()
    Gets an iterator object for the errors of this exception
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
getMessage
in file Error.php, method Payment_PayPal_SOAP_Error::getMessage()
    Gets the message of this error
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
getSeverity
in file Error.php, method Payment_PayPal_SOAP_Error::getSeverity()
    Gets the severity of this 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
getType
in file Error.php, method Payment_PayPal_SOAP_Error::getType()
    Gets the type of this error
getWsdlFile
in file SOAP.php, method Payment_PayPal_SOAP::getWsdlFile()
    Gets the WSDL file to use when building the SOAP object
top

h

hasSeverity
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::hasSeverity()
    Gets whether or not this exception has an aggregated error of the specified severity
hasType
in file Exceptions.php, method Payment_PayPal_SOAP_ErrorException::hasType()
    Gets whether or not this exception has an aggregated error of the specified type
top

m

$message
in file Error.php, variable Payment_PayPal_SOAP_Error::$message
    Error message
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_Error
in file Error.php, class Payment_PayPal_SOAP_Error
    Error raised by 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 interface for exceptions thrown by the Payment_PayPal_SOAP package
Payment_PayPal_SOAP_ExpiredTokenException
in file Exceptions.php, class Payment_PayPal_SOAP_ExpiredTokenException
    Deprecated exception that used to be thrown when a request was 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

r

$response
in file Exceptions.php, variable Payment_PayPal_SOAP_ErrorException::$response
    The response object that contains the PayPal error(s)
top

s

$severity
in file Error.php, variable Payment_PayPal_SOAP_Error::$severity
    Error severity
$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
setCode
in file Error.php, method Payment_PayPal_SOAP_Error::setCode()
    Sets the code of this error
setMessage
in file Error.php, method Payment_PayPal_SOAP_Error::setMessage()
    Sets the message of this error
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
setSeverity
in file Error.php, method Payment_PayPal_SOAP_Error::setSeverity()
    Sets the severity of this error
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
setSubject
in file SOAP.php, method Payment_PayPal_SOAP::setSubject()
    Sets the subject used for making requests on behalf of a third-party
setType
in file Error.php, method Payment_PayPal_SOAP_Error::setType()
    Sets the type of this error
setUsername
in file SOAP.php, method Payment_PayPal_SOAP::setUsername()
    Sets the API username used for authentication
top

t

$type
in file Error.php, variable Payment_PayPal_SOAP_Error::$type
    Error type
TYPE_DEFAULT
in file Error.php, class constant Payment_PayPal_SOAP_Error::TYPE_DEFAULT
    Default error type
TYPE_EXPIRED_TOKEN
in file Error.php, class constant Payment_PayPal_SOAP_Error::TYPE_EXPIRED_TOKEN
    Error type for expired PayPal Express Checkout tokens
top

u

$useLocalWsdl
in file SOAP.php, variable Payment_PayPal_SOAP::$useLocalWsdl
    Whether or not to use a local copy of the PayPal WSDL
top

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