Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120402469
PhabricatorSearchEngineSelector.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
Fri, Jul 4, 02:59
Size
286 B
Mime Type
text/x-php
Expires
Sun, Jul 6, 02:59 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27177918
Attached To
rPH Phabricator
PhabricatorSearchEngineSelector.php
View Options
<?php
abstract
class
PhabricatorSearchEngineSelector
{
final
public
function
__construct
()
{
// <empty>
}
abstract
public
function
newEngine
();
final
public
static
function
newSelector
()
{
return
PhabricatorEnv
::
newObjectFromConfig
(
'search.engine-selector'
);
}
}
Event Timeline
Log In to Comment