Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91332834
PhabricatorBadgesCreateCapability.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, Nov 10, 02:16
Size
344 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 02:16 (2 d)
Engine
blob
Format
Raw Data
Handle
22244660
Attached To
rPH Phabricator
PhabricatorBadgesCreateCapability.php
View Options
<?php
final
class
PhabricatorBadgesCreateCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'badges.default.create'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Badges'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create badges.'
);
}
}
Event Timeline
Log In to Comment