Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98659153
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
Wed, Jan 15, 09:05
Size
291 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 09:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23605340
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