Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93075393
PhabricatorMacroManageCapability.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, Nov 26, 00:43
Size
413 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 00:43 (2 d)
Engine
blob
Format
Raw Data
Handle
22567841
Attached To
rPH Phabricator
PhabricatorMacroManageCapability.php
View Options
<?php
final
class
PhabricatorMacroManageCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'macro.manage'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Macros'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage image macros.'
);
}
}
Event Timeline
Log In to Comment