Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100975089
PhabricatorPackagesCreatePublisherCapability.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
Tue, Feb 4, 11:09
Size
367 B
Mime Type
text/x-php
Expires
Thu, Feb 6, 11:09 (2 d)
Engine
blob
Format
Raw Data
Handle
24067614
Attached To
rPH Phabricator
PhabricatorPackagesCreatePublisherCapability.php
View Options
<?php
final
class
PhabricatorPackagesCreatePublisherCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'packages.publisher.create'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Publishers'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create publishers.'
);
}
}
Event Timeline
Log In to Comment