Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102514113
NuanceSourceDefaultEditCapability.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
Fri, Feb 21, 12:47
Size
312 B
Mime Type
text/x-php
Expires
Sun, Feb 23, 12:47 (2 d)
Engine
blob
Format
Raw Data
Handle
24340421
Attached To
rPH Phabricator
NuanceSourceDefaultEditCapability.php
View Options
<?php
final
class
NuanceSourceDefaultEditCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'nuance.source.default.edit'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default Source Edit Policy'
);
}
}
Event Timeline
Log In to Comment