ClassInterface Veriplace_CallbackFactory

Description

Interface for an object that the Veriplace client uses to generate callback

URLs for OAuth transactions. The standard implementation of this is is Veriplace_DefaultCallbackFactory, which provides automatic detection of URL properties and parameters, and allows you to override most of these if needed. You can also create your own implementation of Veriplace_CallbackFactory if you require different behavior.

Located in /Veriplace/Interfaces.php (line 38)


	
			
Method Summary
 void createCallbackURI ([$includePath $includePath = true])
Methods
captureParameters (line 55)

Returns a map containing the names and values of all HTTP GET or POST parameters that should be included in a callback.

  • return: A map of parameter names and values; each value is an array, since a parameter name may have multiple values.
array captureParameters ()
createCallbackURI (line 47)

Returns a callback URI that should access the same resource as the current HTTP request.

void createCallbackURI ([$includePath $includePath = true])
  • $includePath $includePath: boolean True if the full URI path should be included (not including the query string); false if it should just be the server and port.

Documentation generated on Sun, 29 Aug 2010 04:08:39 -0700 by phpDocumentor 1.4.1