Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96313234
LegalpadDefaultViewCapability.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, Dec 25, 03:05
Size
296 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 03:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23134436
Attached To
rPH Phabricator
LegalpadDefaultViewCapability.php
View Options
<?php
final
class
LegalpadDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'legalpad.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment