Abstract Class Veriplace_AsyncRequestStatus

Description

Base class for information about the status of an asynchronous request.

  • abstract:
  • since: 1.4

Located in /Veriplace/Types.php (line 738)


	
			
Direct descendents
Class Description
 class Veriplace_LocationRequestStatus Holds information about the status of an asynchronous Veriplace_GetLocationAPI request.
 class Veriplace_InvitationStatus Holds information about the status of a Veriplace_InvitationAPI request.
Variable Summary
Method Summary
 Veriplace_AsyncRequestStatus __construct ( $id,  $ready,  $exception)
Variables
Veriplace_Exception $exception (line 759)

An exception whose type indicates the reason that the request failed, if it failed, or null otherwise.

  • access: public
string $id (line 746)

A unique identifier that the platform assigned to this request.

When you receive a result callback, it will contain a "nonce" parameter matching this value.

  • access: public
boolean $ready (line 752)

True if the request has completed, either successfully or with an error.

  • access: public
Methods
Constructor __construct (line 761)
  • access: protected
Veriplace_AsyncRequestStatus __construct ( $id,  $ready,  $exception)
  • $id
  • $ready
  • $exception

Redefined in descendants as:

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