Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102434725
HarbormasterTargetSearchAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 16:53
Size
401 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 16:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24356464
Attached To
rPH Phabricator
HarbormasterTargetSearchAPIMethod.php
View Options
<?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.'
);
}
}
Event Timeline
Log In to Comment