function UserpointsTransaction::getDisplay in User Points 7.2
Check if a message about this transaction should be displayed.
Return value
TRUE if a message should be displayed, FALSE otherwise.
See also
UserpointsTransaction::setDisplay()
File
- ./
userpoints.transaction.inc, line 707 - Contains the UserpointsTransaction and related classes.
Class
- UserpointsTransaction
- A Userpoints transaction.
Code
function getDisplay() {
return $this->display;
}