Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101356329
PholioDefaultViewCapability.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
Sat, Feb 8, 15:55
Size
292 B
Mime Type
text/x-php
Expires
Mon, Feb 10, 15:55 (2 d)
Engine
blob
Format
Raw Data
Handle
24017116
Attached To
rPH Phabricator
PholioDefaultViewCapability.php
View Options
<?php
final
class
PholioDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'pholio.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment