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 PhabricatorPackagesVersionEditConduitAPIMethod extends PhabricatorEdi..

Decoded Output download

<?php

final class PhabricatorPackagesVersionEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPackagesVersionEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 ef3e90155f1c43242ac56de225b9af49
Eval Count 0
Decode Time 98 ms