Public Member Functions

OMPQueuedPayment Class Reference

Queued payment data structure for OMP. More...

List of all members.

Public Member Functions

 getDescription ()
 getName ()
 getPressId ()
 getRequestUrl ()
 getType ()
 setPressId ($pressId)
 setRequestUrl ($url)
 setType ($type)

Detailed Description

Queued payment data structure for OMP.

Definition at line 18 of file OMPQueuedPayment.inc.php.


Member Function Documentation

OMPQueuedPayment.getDescription (  ) 

Returns the description of the QueuedPayment.

Returns:
string

Definition at line 86 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.getName (  ) 

Returns the name of the QueuedPayment.

Returns:
string

Definition at line 66 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.getPressId (  ) 

Get the press ID of the payment.

Returns:
int

Definition at line 32 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.getRequestUrl (  ) 

Get the request URL.

Returns:
string

Definition at line 109 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.getType (  ) 

Get the type of this payment (PAYMENT_TYPE_...)

Returns:
int PAYMENT_TYPE_...

Definition at line 58 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.setPressId ( pressId  ) 

Set the press ID of the payment.

Parameters:
$pressId int
Returns:
$pressId int New press ID

Definition at line 41 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.setRequestUrl ( url  ) 

Set the request URL.

Parameters:
$url string
Returns:
string New URL

Definition at line 101 of file OMPQueuedPayment.inc.php.

OMPQueuedPayment.setType ( type  ) 

Set the type for this payment (PAYMENT_TYPE_...)

Parameters:
$type int PAYMENT_TYPE_...
Returns:
int New payment type

Definition at line 50 of file OMPQueuedPayment.inc.php.


The documentation for this class was generated from the following file: