Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F569974
ManiphestCapabilityEditPriority.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
423 B
Referenced Files
None
Subscribers
None
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.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 3:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
128980
Default Alt Text
ManiphestCapabilityEditPriority.php (423 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment