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 CountdownEditConduitAPIMethod extends PhabricatorEditEngineAPIMethod ..

Decoded Output download

<?php

final class CountdownEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

  public function getAPIMethodName() {
    return 'countdown.edit';
  }

  public function newEditEngine() {
    return new PhabricatorCountdownEditEngine();
  }

  public function getMethodSummary() {
    return pht(
      'Apply transactions to create a new countdown or edit an existing one.');
  }
}
 ?>

Did this file decode correctly?

Original Code

<?php

final class CountdownEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

  public function getAPIMethodName() {
    return 'countdown.edit';
  }

  public function newEditEngine() {
    return new PhabricatorCountdownEditEngine();
  }

  public function getMethodSummary() {
    return pht(
      'Apply transactions to create a new countdown or edit an existing one.');
  }
}

Function Calls

None

Variables

None

Stats

MD5 44f4131c1b8c33611c314716b17458a1
Eval Count 0
Decode Time 176 ms