Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112139111
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
Thu, May 8, 02:06
Size
411 B
Mime Type
text/x-php
Expires
Sat, May 10, 02:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26021738
Attached To
rPH Phabricator
NuanceSourceManageCapability.php
View Options
<?php
final
class
NuanceSourceManageCapability
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