Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104819947
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
Wed, Mar 12, 16:09
Size
271 B
Mime Type
text/x-php
Expires
Fri, Mar 14, 16:09 (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