Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90998052
ProjectDefaultViewCapability.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, Nov 6, 19:00
Size
295 B
Mime Type
text/x-php
Expires
Fri, Nov 8, 19:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22174578
Attached To
rPH Phabricator
ProjectDefaultViewCapability.php
View Options
<?php
final
class
ProjectDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'project.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment