Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100721702
DifferentialDefaultViewCapability.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
Sun, Feb 2, 04:54
Size
306 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 04:54 (2 d)
Engine
blob
Format
Raw Data
Handle
24004849
Attached To
rPH Phabricator
DifferentialDefaultViewCapability.php
View Options
<?php
final
class
DifferentialDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'differential.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment