Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112918627
PhabricatorPolicyCapabilityCanEdit.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
Tue, May 13, 17:02
Size
363 B
Mime Type
text/x-php
Expires
Thu, May 15, 17:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26115940
Attached To
rPH Phabricator
PhabricatorPolicyCapabilityCanEdit.php
View Options
<?php
final
class
PhabricatorPolicyCapabilityCanEdit
extends
PhabricatorPolicyCapability
{
public
function
getCapabilityKey
()
{
return
self
::
CAN_EDIT
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Edit'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to edit this object.'
);
}
}
Event Timeline
Log In to Comment