Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92985154
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
Mon, Nov 25, 09:03
Size
304 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 09:03 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22550053
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
PhrictionSearchEngine
();
}
}
Event Timeline
Log In to Comment