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 AlmanacNetworkEditConduitAPIMethod extends PhabricatorEditEngineAPIMe..

Decoded Output download

<?php

final class AlmanacNetworkEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacNetworkEditConduitAPIMethod
  extends PhabricatorEditEngineAPIMethod {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 23f3358383cd15c7ff2af6a1fa231614
Eval Count 0
Decode Time 72 ms