Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106478957
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, Mar 26, 02:49
Size
351 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 02:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25156033
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