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 PhabricatorPhurlURLEditConduitAPIMethod extends PhabricatorEditEngine..

Decoded Output download

<?php

final class PhabricatorPhurlURLEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

Did this file decode correctly?

Original Code

<?php

final class PhabricatorPhurlURLEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

Function Calls

None

Variables

None

Stats

MD5 c6fef1138010bb390856beb2a73762e7
Eval Count 0
Decode Time 113 ms