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 PhrictionDocumentTitleHeraldField extends PhrictionDocumentHeraldFiel..
Decoded Output download
<?php
final class PhrictionDocumentTitleHeraldField
extends PhrictionDocumentHeraldField {
const FIELDCONST = 'phriction.document.title';
public function getHeraldFieldName() {
return pht('Title');
}
public function getHeraldFieldValue($object) {
return $object->getContent()->getTitle();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class PhrictionDocumentTitleHeraldField
extends PhrictionDocumentHeraldField {
const FIELDCONST = 'phriction.document.title';
public function getHeraldFieldName() {
return pht('Title');
}
public function getHeraldFieldValue($object) {
return $object->getContent()->getTitle();
}
protected function getHeraldFieldStandardType() {
return self::STANDARD_TEXT;
}
}
Function Calls
None |
Stats
MD5 | 7075d85c506159155cb9c2c08fc8b888 |
Eval Count | 0 |
Decode Time | 98 ms |