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 AlmanacBindingSearchConduitAPIMethod extends PhabricatorSearchEngineA..

Decoded Output download

<?php

final class AlmanacBindingSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

  public function getAPIMethodName() {
    return 'almanac.binding.search';
  }

  public function newSearchEngine() {
    return new AlmanacBindingSearchEngine();
  }

  public function getMethodSummary() {
    return pht('Read information about Almanac bindings.');
  }

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacBindingSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

  public function getAPIMethodName() {
    return 'almanac.binding.search';
  }

  public function newSearchEngine() {
    return new AlmanacBindingSearchEngine();
  }

  public function getMethodSummary() {
    return pht('Read information about Almanac bindings.');
  }

}

Function Calls

None

Variables

None

Stats

MD5 4f9b777a0d9b13a97bc3aa7fb730c4d6
Eval Count 0
Decode Time 90 ms