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 PhabricatorCalendarExportEditor extends PhabricatorApplicationTransac..

Decoded Output download

<?php

final class PhabricatorCalendarExportEditor
  extends PhabricatorApplicationTransactionEditor {

  public function getEditorApplicationClass() {
    return 'PhabricatorCalendarApplication';
  }

  public function getEditorObjectsDescription() {
    return pht('Calendar Exports');
  }

  public function getCreateObjectTitle($author, $object) {
    return pht('%s created this export.', $author);
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorCalendarExportEditor
  extends PhabricatorApplicationTransactionEditor {

  public function getEditorApplicationClass() {
    return 'PhabricatorCalendarApplication';
  }

  public function getEditorObjectsDescription() {
    return pht('Calendar Exports');
  }

  public function getCreateObjectTitle($author, $object) {
    return pht('%s created this export.', $author);
  }

}

Function Calls

None

Variables

None

Stats

MD5 fb06a36be8236b01d83933b6127b9413
Eval Count 0
Decode Time 91 ms