Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107411812
HarbormasterBuildableSearchAPIMethod.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
Mon, Apr 7, 23:25
Size
389 B
Mime Type
text/x-php
Expires
Wed, Apr 9, 23:25 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
25413515
Attached To
rPH Phabricator
HarbormasterBuildableSearchAPIMethod.php
View Options
<?php
final
class
HarbormasterBuildableSearchAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'harbormaster.buildable.search'
;
}
public
function
newSearchEngine
()
{
return
new
HarbormasterBuildableSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Find out information about buildables.'
);
}
}
Event Timeline
Log In to Comment