/Veriplace/Interfaces.phpInterfaces allowing applications to customize the behavior of the Veriplace client, and their default implementations if any.
| Class | Description |
|---|---|
Veriplace_CallbackFactory
|
Interface for an object that the Veriplace client uses to generate callback |
Veriplace_DefaultCallbackFactory
|
Standard implementation of Veriplace_CallbackFactory. The Veriplace client uses this if you don't specify a different implementation. |
Veriplace_Redirector
|
Sends an HTTP response that will cause a redirect to the specified URI. |
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. |
Veriplace_LocationFilter
|
Interface for an object that can apply post-processing to returned locations. |
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. |
Documentation generated on Sun, 29 Aug 2010 04:08:39 -0700 by phpDocumentor 1.4.1