Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92797076
PhamePostSearchConduitAPIMethod.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
Sat, Nov 23, 19:21
Size
356 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 19:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22508088
Attached To
rPH Phabricator
PhamePostSearchConduitAPIMethod.php
View Options
<?php
final
class
PhamePostSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phame.post.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhamePostSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about blog posts.'
);
}
}
Event Timeline
Log In to Comment