Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103711559
PhrictionDocumentSearchConduitAPIMethod.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
Tue, Mar 4, 05:12
Size
389 B
Mime Type
text/x-php
Expires
Thu, Mar 6, 05:12 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
24632084
Attached To
rPH Phabricator
PhrictionDocumentSearchConduitAPIMethod.php
View Options
<?php
final
class
PhrictionDocumentSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phriction.document.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhrictionDocumentSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Phriction documents.'
);
}
}
Event Timeline
Log In to Comment