Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92982409
PholioMockFerretEngine.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, 08:33
Size
291 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 08:33 (2 d)
Engine
blob
Format
Raw Data
Handle
22550199
Attached To
rPH Phabricator
PholioMockFerretEngine.php
View Options
<?php
final
class
PholioMockFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'pholio'
;
}
public
function
getScopeName
()
{
return
'mock'
;
}
public
function
newSearchEngine
()
{
return
new
PholioMockSearchEngine
();
}
}
Event Timeline
Log In to Comment