Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93824352
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
Sun, Dec 1, 19:35
Size
389 B
Mime Type
text/x-php
Expires
Tue, Dec 3, 19:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22710694
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