You are here

function UserpointsTransaction::getUid in User Points 7.2

Returns the UID of the user this transaction belongs to.

Return value

The uid of the user.

See also

UserpointsTransaction::setUid()

1 call to UserpointsTransaction::getUid()
UserpointsTransaction::getMessage in ./userpoints.transaction.inc
A message that can be displayed to the current user.

File

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

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getUid() {
  return $this->uid;
}