Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106912905
ManiphestCapabilityEditProjects.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
Wed, Apr 2, 11:09
Size
427 B
Mime Type
text/x-php
Expires
Fri, Apr 4, 11:09 (2 d)
Engine
blob
Format
Raw Data
Handle
25279867
Attached To
rPH Phabricator
ManiphestCapabilityEditProjects.php
View Options
<?php
final
class
ManiphestCapabilityEditProjects
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'maniphest.edit.projects'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Edit Task Projects'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to edit task projects.'
);
}
}
Event Timeline
Log In to Comment