Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96678149
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
Sun, Dec 29, 18:27
Size
303 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 18:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23210131
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