Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106479128
PhabricatorRepositoryFerretEngine.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, Mar 26, 02:53
Size
323 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 02:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25183441
Attached To
rPH Phabricator
PhabricatorRepositoryFerretEngine.php
View Options
<?php
final
class
PhabricatorRepositoryFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'repository'
;
}
public
function
getScopeName
()
{
return
'repository'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorRepositorySearchEngine
();
}
}
Event Timeline
Log In to Comment