Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96371739
PhabricatorSearchScopeSetting.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
Thu, Dec 26, 01:49
Size
271 B
Mime Type
text/x-php
Expires
Sat, Dec 28, 01:49 (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
23174686
Attached To
rPH Phabricator
PhabricatorSearchScopeSetting.php
View Options
<?php
final
class
PhabricatorSearchScopeSetting
extends
PhabricatorInternalSetting
{
const
SETTINGKEY
=
'search-scope'
;
public
function
getSettingName
()
{
return
pht
(
'Search Scope'
);
}
public
function
getSettingDefaultValue
()
{
return
'all'
;
}
}
Event Timeline
Log In to Comment