Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108733219
NuanceSourceManageCapability.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, Apr 18, 05:17
Size
338 B
Mime Type
text/x-php
Expires
Sun, Apr 20, 05:17 (2 d)
Engine
blob
Format
Raw Data
Handle
25541097
Attached To
rPH Phabricator
NuanceSourceManageCapability.php
View Options
<?php
final
class
NuanceSourceManageCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'nuance.source.manage'
;
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