Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99190616
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
Wed, Jan 22, 05:07
Size
428 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 05:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23730244
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