Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93167539
PhabricatorOwnersDefaultViewCapability.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, Nov 26, 17:43
Size
305 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 17:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22585619
Attached To
rPH Phabricator
PhabricatorOwnersDefaultViewCapability.php
View Options
<?php
final
class
PhabricatorOwnersDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'owners.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment