Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101494501
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
Tue, Feb 11, 00:15
Size
286 B
Mime Type
text/x-php
Expires
Thu, Feb 13, 00:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24164601
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