Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106496935
NuanceCapabilitySourceManage.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, Mar 26, 09:57
Size
413 B
Mime Type
text/x-php
Expires
Fri, Mar 28, 09:57 (2 d)
Engine
blob
Format
Raw Data
Handle
25199490
Attached To
rPH Phabricator
NuanceCapabilitySourceManage.php
View Options
<?php
final
class
NuanceCapabilitySourceManage
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'nuance.source.manage'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Sources'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage sources.'
);
}
}
Event Timeline
Log In to Comment