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 DifferentialDiffContentAddedHeraldField extends DifferentialDiffHeral..

Decoded Output download

<?php

final class DifferentialDiffContentAddedHeraldField
  extends DifferentialDiffHeraldField {

  const FIELDCONST = 'differential.diff.new';

  public function getHeraldFieldName() {
    return pht('Added file content');
  }

  public function getFieldGroupKey() {
    return DifferentialChangeHeraldFieldGroup::FIELDGROUPKEY;
  }

  public function getHeraldFieldValue($object) {
    return $this->getAdapter()->loadAddedContentDictionary();
  }

  protected function getHeraldFieldStandardType() {
    return self::STANDARD_TEXT_MAP;
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class DifferentialDiffContentAddedHeraldField
  extends DifferentialDiffHeraldField {

  const FIELDCONST = 'differential.diff.new';

  public function getHeraldFieldName() {
    return pht('Added file content');
  }

  public function getFieldGroupKey() {
    return DifferentialChangeHeraldFieldGroup::FIELDGROUPKEY;
  }

  public function getHeraldFieldValue($object) {
    return $this->getAdapter()->loadAddedContentDictionary();
  }

  protected function getHeraldFieldStandardType() {
    return self::STANDARD_TEXT_MAP;
  }

}

Function Calls

None

Variables

None

Stats

MD5 b0eb6327b399c885de06265891179618
Eval Count 0
Decode Time 86 ms