Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / almanac / conduit / AlmanacBindingSearchConduitAPIMethod.php
blobf61cc58405c487eb3b36c73100081addbf930389
1 <?php
3 final class AlmanacBindingSearchConduitAPIMethod
4 extends PhabricatorSearchEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'almanac.binding.search';
10 public function newSearchEngine() {
11 return new AlmanacBindingSearchEngine();
14 public function getMethodSummary() {
15 return pht('Read information about Almanac bindings.');