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 ManiphestTaskTitleHeraldField extends ManiphestTaskHeraldField { c..
Decoded Output download
<?php
final class ManiphestTaskTitleHeraldField
extends ManiphestTaskHeraldField {
const FIELDCONST = 'maniphest.task.title';
public function getHeraldFieldName() {
return pht('Title');
}
public function getHeraldFieldValue($object) {
return $object->getTitle();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class ManiphestTaskTitleHeraldField
extends ManiphestTaskHeraldField {
const FIELDCONST = 'maniphest.task.title';
public function getHeraldFieldName() {
return pht('Title');
}
public function getHeraldFieldValue($object) {
return $object->getTitle();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}
Function Calls
None |
Stats
MD5 | 9f394f05e80585fc6f02ca9e41862e6d |
Eval Count | 0 |
Decode Time | 87 ms |