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