Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100160850
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
Tue, Jan 28, 15:56
Size
291 B
Mime Type
text/x-php
Expires
Thu, Jan 30, 15:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23913030
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