Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100494962
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
Fri, Jan 31, 06:11
Size
389 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 06:11 (2 d)
Engine
blob
Format
Raw Data
Handle
23980202
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