Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99235063
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
Wed, Jan 22, 15:32
Size
298 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 15:32 (2 d)
Engine
blob
Format
Raw Data
Handle
23751736
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