You are here

function UserpointsTransaction::getApproverUid in User Points 7.2

Returns the uid of the user who approved this transaction.

Return value

The approver uid.

See also

UserpointsTransaction::setApproverUid()

File

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

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getApproverUid() {
  return $this->approver_uid;
}