3 final class PhortunePaymentMethodStatusTransaction
4 extends PhortunePaymentMethodTransactionType
{
6 const TRANSACTIONTYPE
= 'status';
8 public function generateOldValue($object) {
9 return $object->getStatus();
12 public function applyInternalEffects($object, $value) {
13 $object->setStatus($value);
16 public function getTitle() {
18 '%s changed the status of this payment method.',
19 $this->renderAuthor());