Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101746725
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 13, 07:02
Size
306 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 07:02 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
24190061
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