Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106351330
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, Mar 25, 01:35
Size
303 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:35 (2 d)
Engine
blob
Format
Raw Data
Handle
25171111
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