Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100081742
PhabricatorDiffusionBlameSetting.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, Jan 28, 02:11
Size
280 B
Mime Type
text/x-php
Expires
Thu, Jan 30, 02:11 (2 d)
Engine
blob
Format
Raw Data
Handle
23897282
Attached To
rPH Phabricator
PhabricatorDiffusionBlameSetting.php
View Options
<?php
final
class
PhabricatorDiffusionBlameSetting
extends
PhabricatorInternalSetting
{
const
SETTINGKEY
=
'diffusion-blame'
;
public
function
getSettingName
()
{
return
pht
(
'Diffusion Blame'
);
}
public
function
getSettingDefaultValue
()
{
return
false
;
}
}
Event Timeline
Log In to Comment