Class PayPal_SDK

Description

Base SDK maintenance class that provides methods for generating and updating the PayPal SDK.

$Id: PayPal_SDK.html,v 1.19 2005/06/23 17:03:21 chagenbuch Exp $

Located in /PayPal/SDK.php (line 20)


	
			
Method Summary
PayPal_SDK PayPal_SDK ([optional $wsdl = null])
void writeCallerServices (string $phpFile)
void writeEndpointMap (string $endpointPhpFile, [string $endpointXmlFile = null])
void writeTypes (string $typesDir)
Methods
Constructor PayPal_SDK (line 35)

Constructor.

PayPal_SDK PayPal_SDK ([optional $wsdl = null])
  • optional $wsdl: string $wsdl The WSDL. Defaults to what's bundled with the SDK.
writeCallerServices (line 96)

Write a new CallerServices.php based on CallerServices.php.in

void writeCallerServices (string $phpFile)
  • string $phpFile: The full file path to write to.
writeEndpointMap (line 47)

Write the endpoint mapping file.

void writeEndpointMap (string $endpointPhpFile, [string $endpointXmlFile = null])
  • string $endpointPhpFile: The full file path to write to.
  • string $endpointXmlFile: (optional) The endpoint XML to use. Defaults to the bundled version.
writeTypes (line 69)

Write the generated type class files.

void writeTypes (string $typesDir)
  • string $typesDir: The directory to write the .php files in.

Documentation generated on Thu, 23 Jun 2005 13:27:51 -0400 by phpDocumentor 1.2.3