File/Veriplace/Interfaces.php

Description

Interfaces allowing applications to customize the behavior of the Veriplace client, and their default implementations if any.

Classes
Class Description
 class Veriplace_CallbackFactory Interface for an object that the Veriplace client uses to generate callback
 class Veriplace_DefaultCallbackFactory Standard implementation of Veriplace_CallbackFactory. The Veriplace client uses this if you don't specify a different implementation.
 class Veriplace_Redirector Sends an HTTP response that will cause a redirect to the specified URI.
 class Veriplace_DefaultRedirector Default implementation of Veriplace_Redirector. Sends a regular HTTP redirect response, using code 302 for HTTP 1.0 or 303 for HTTP 1.1; then terminates the current process, unless you set Veriplace_DefaultRedirector::terminateAfterRedirect to false.
 class Veriplace_LocationFilter Interface for an object that can apply post-processing to returned locations.
 class Veriplace_DefaultLocationFilter Default implementation of LocationFilter. Can be configured to pass location results and errors unchanged, or to suppress errors as long as an earlier cached location is available.
Includes
 require_once (dirname(__FILE__).'/Types.php') (line 28)

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