Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91958364
HeraldCapabilityManageGlobalRules.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
Sat, Nov 16, 03:20
Size
428 B
Mime Type
text/x-php
Expires
Mon, Nov 18, 03:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22352596
Attached To
rPH Phabricator
HeraldCapabilityManageGlobalRules.php
View Options
<?php
final
class
HeraldCapabilityManageGlobalRules
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'herald.global'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Global Rules'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage global Herald rules.'
);
}
}
Event Timeline
Log In to Comment