Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90513474
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
Sat, Nov 2, 09:03
Size
344 B
Mime Type
text/x-php
Expires
Mon, Nov 4, 09:03 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22091035
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