You are here

function UserpointsTransaction::getDenyReasons in User Points 7.2

Returns the deny reasons for this transaction.

Return value

An array with the reasons why this transaction was denied.

See also

UserpointsTransaction::deny()

UserpointsTransaction::isDenied()

UserpointsTransaction::getDenyReasons()

File

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

Class

UserpointsTransaction
A Userpoints transaction.

Code

function getDenyReasons() {
  return $this->denied_reasons;
}