Page MenuHomec4science

AlmanacBindingSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Thu, Oct 10, 03:43

AlmanacBindingSearchConduitAPIMethod.php

<?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.');
}
}

Event Timeline