Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98048707
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
Thu, Jan 9, 01:51
Size
413 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 01:51 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23502514
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