Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97990381
PhrictionDocumentFerretEngine.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, Jan 8, 08:39
Size
312 B
Mime Type
text/x-php
Expires
Fri, Jan 10, 08:39 (2 d)
Engine
blob
Format
Raw Data
Handle
23448533
Attached To
rPH Phabricator
PhrictionDocumentFerretEngine.php
View Options
<?php
final
class
PhrictionDocumentFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'phriction'
;
}
public
function
getScopeName
()
{
return
'document'
;
}
public
function
newSearchEngine
()
{
return
new
PhrictionDocumentSearchEngine
();
}
}
Event Timeline
Log In to Comment