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 ProjectEditConduitAPIMethod extends PhabricatorEditEngineAPIMethod { ..

Decoded Output download

<?php

final class ProjectEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class ProjectEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 7e13eeff7e2bbdfb6d02253a66260e43
Eval Count 0
Decode Time 100 ms