Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112451213
DiffusionCapabilityDefaultEdit.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, May 10, 16:16
Size
298 B
Mime Type
text/x-php
Expires
Mon, May 12, 16:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26091121
Attached To
rPH Phabricator
DiffusionCapabilityDefaultEdit.php
View Options
<?php
final
class
DiffusionCapabilityDefaultEdit
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'diffusion.default.edit'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default Edit Policy'
);
}
}
Event Timeline
Log In to Comment