Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php final class PhortunePaymentMethodStatusTransaction extends PhortunePaymentMethodT..
Decoded Output download
<?php
final class PhortunePaymentMethodStatusTransaction
extends PhortunePaymentMethodTransactionType {
const TRANSACTIONTYPE = 'status';
public function generateOldValue($object) {
return $object->getStatus();
}
public function applyInternalEffects($object, $value) {
$object->setStatus($value);
}
public function getTitle() {
return pht(
'%s changed the status of this payment method.',
$this->renderAuthor());
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhortunePaymentMethodStatusTransaction
extends PhortunePaymentMethodTransactionType {
const TRANSACTIONTYPE = 'status';
public function generateOldValue($object) {
return $object->getStatus();
}
public function applyInternalEffects($object, $value) {
$object->setStatus($value);
}
public function getTitle() {
return pht(
'%s changed the status of this payment method.',
$this->renderAuthor());
}
}
Function Calls
None |
Stats
MD5 | 71eeb27f261a907f125b7fbc8fc5f690 |
Eval Count | 0 |
Decode Time | 89 ms |