Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108797847
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
Fri, Apr 18, 12:03
Size
305 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 12:03 (2 d)
Engine
blob
Format
Raw Data
Handle
25629758
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