Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F957673
PhabricatorMacroCapabilityManage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
PhabricatorMacroCapabilityManage.php
View Options
<?php
final
class
PhabricatorMacroCapabilityManage
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.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 7:38 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227295
Default Alt Text
PhabricatorMacroCapabilityManage.php (413 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment