Page MenuHomec4science

OwnersSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Aug 9, 20:30

OwnersSearchConduitAPIMethod.php

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

Event Timeline