You are here

function UserpointsTransaction::getTxnId in User Points 7.2

The transaction id of this transaction.

Return value

The id of this transaction as an integer. NULL if this transaction has not yet been saved.

File

./userpoints.transaction.inc, line 695
Contains the UserpointsTransaction and related classes.

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getTxnId() {
  return $this->txn_id;
}