Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112234366
ManiphestCapabilityEditPriority.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, May 9, 04:49
Size
423 B
Mime Type
text/x-php
Expires
Sun, May 11, 04:49 (1 d, 7 h)
Engine
blob
Format
Raw Data
Handle
26052377
Attached To
rPH Phabricator
ManiphestCapabilityEditPriority.php
View Options
<?php
final
class
ManiphestCapabilityEditPriority
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'maniphest.edit.priority'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Prioritize Tasks'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to prioritize tasks.'
);
}
}
Event Timeline
Log In to Comment