Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108032492
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
Sun, Apr 13, 10:07
Size
427 B
Mime Type
text/x-php
Expires
Tue, Apr 15, 10:07 (2 d)
Engine
blob
Format
Raw Data
Handle
25523729
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