Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108367945
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
Wed, Apr 16, 06:33
Size
303 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 06:33 (2 d)
Engine
blob
Format
Raw Data
Handle
25513436
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