Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96686978
PhabricatorMacroCapabilityManage.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, Dec 29, 20:25
Size
413 B
Mime Type
text/x-php
Expires
Tue, Dec 31, 20:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23225669
Attached To
rPH Phabricator
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.'
);
}
}
Event Timeline
Log In to Comment