Page MenuHomePhorge

HarbormasterTargetSearchAPIMethod.php
No OneTemporary

Size
401 B
Referenced Files
None
Subscribers
None

HarbormasterTargetSearchAPIMethod.php

<?php
final class HarbormasterTargetSearchAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'harbormaster.target.search';
}
public function newSearchEngine() {
return new HarbormasterBuildTargetSearchEngine();
}
public function getMethodSummary() {
return pht('Retrieve information about Harbormaster build targets.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 8:54 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
73883
Default Alt Text
HarbormasterTargetSearchAPIMethod.php (401 B)

Event Timeline