Page MenuHomestyx hydra

OwnersSearchConduitAPIMethod.php
No OneTemporary

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Jan 15, 2:00 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
616511
Default Alt Text
OwnersSearchConduitAPIMethod.php (369 B)

Event Timeline