Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106888937
PhameBlogSearchConduitAPIMethod.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
Wed, Apr 2, 02:54
Size
351 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 02:54 (2 d)
Engine
blob
Format
Raw Data
Handle
25298555
Attached To
rPH Phabricator
PhameBlogSearchConduitAPIMethod.php
View Options
<?php
final
class
PhameBlogSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phame.blog.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhameBlogSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about blogs.'
);
}
}
Event Timeline
Log In to Comment