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 OwnersSearchConduitAPIMethod extends PhabricatorSearchEngineAPIMethod..
Decoded Output download
<?php
final class OwnersSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'owners.search';
}
public function newSearchEngine() {
return new PhabricatorOwnersPackageSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Owners packages.');
}
}
?>
Did this file decode correctly?
Original Code
<?php
final class OwnersSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'owners.search';
}
public function newSearchEngine() {
return new PhabricatorOwnersPackageSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Owners packages.');
}
}
Function Calls
None |
Stats
MD5 | 7df86592703a429eb2f18a04c3fae931 |
Eval Count | 0 |
Decode Time | 106 ms |