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 AlmanacNamespaceSearchConduitAPIMethod extends PhabricatorSearchEngin..

Decoded Output download

<?php

final class AlmanacNamespaceSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacNamespaceSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 f5ea8fb06ae88ce8437523ff40f54f20
Eval Count 0
Decode Time 70 ms