Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104905669
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, Mar 13, 06:39
Size
271 B
Mime Type
text/x-php
Expires
Sat, Mar 15, 06:39 (2 d)
Engine
blob
Format
Raw Data
Handle
24857484
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