Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90712076
PhrictionContentSearchConduitAPIMethod.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
Mon, Nov 4, 02:18
Size
393 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 02:18 (2 d)
Engine
blob
Format
Raw Data
Handle
22123479
Attached To
rPH Phabricator
PhrictionContentSearchConduitAPIMethod.php
View Options
<?php
final
class
PhrictionContentSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phriction.content.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhrictionContentSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Phriction document history.'
);
}
}
Event Timeline
Log In to Comment