Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100357875
DiffusionCommitFerretEngine.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
Thu, Jan 30, 05:02
Size
309 B
Mime Type
text/x-php
Expires
Sat, Feb 1, 05:02 (2 d)
Engine
blob
Format
Raw Data
Handle
23898262
Attached To
rPH Phabricator
DiffusionCommitFerretEngine.php
View Options
<?php
final
class
DiffusionCommitFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'repository'
;
}
public
function
getScopeName
()
{
return
'commit'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorCommitSearchEngine
();
}
}
Event Timeline
Log In to Comment