Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102194380
PonderQuestionFerretEngine.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, Feb 18, 03:21
Size
303 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 03:21 (2 d)
Engine
blob
Format
Raw Data
Handle
24303963
Attached To
rPH Phabricator
PonderQuestionFerretEngine.php
View Options
<?php
final
class
PonderQuestionFerretEngine
extends
PhabricatorFerretEngine
{
public
function
getApplicationName
()
{
return
'ponder'
;
}
public
function
getScopeName
()
{
return
'question'
;
}
public
function
newSearchEngine
()
{
return
new
PonderQuestionSearchEngine
();
}
}
Event Timeline
Log In to Comment