Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99337519
PasteCapabilityDefaultView.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
Thu, Jan 23, 15:08
Size
365 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 15:08 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
23780818
Attached To
rPH Phabricator
PasteCapabilityDefaultView.php
View Options
<?php
final
class
PasteCapabilityDefaultView
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'paste.default.view'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment