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

Decoded Output download

<?php

final class AlmanacServiceSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

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

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

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

}
 ?>

Did this file decode correctly?

Original Code

<?php

final class AlmanacServiceSearchConduitAPIMethod
  extends PhabricatorSearchEngineAPIMethod {

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

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

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

}

Function Calls

None

Variables

None

Stats

MD5 144a2985efc8ae5260d3fbf8343b5bc6
Eval Count 0
Decode Time 101 ms