You are here

function UserpointsTransaction::getChanged in User Points 7.2

The timestamp of when this transaction last changed.

Return value

Unix timestamp of the changed date.

File

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

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getChanged() {
  return $this->changed;
}