Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101609697
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, Feb 12, 01:22
Size
351 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 01:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24195361
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