Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91482795
PhabricatorRepositoryIdentityFerretEngine.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 11, 13:48
Size
335 B
Mime Type
text/x-php
Expires
Wed, Nov 13, 13:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22269353
Attached To
rPH Phabricator
PhabricatorRepositoryIdentityFerretEngine.php
View Options
<?php
final
class
PhabricatorRepositoryIdentityFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'repository'
;
}
public
function
getScopeName
()
{
return
'identity'
;
}
public
function
newSearchEngine
()
{
return
new
DiffusionRepositoryIdentitySearchEngine
();
}
}
Event Timeline
Log In to Comment