Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90980994
PhortuneMerchantCapability.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, Nov 6, 15:13
Size
363 B
Mime Type
text/x-php
Expires
Fri, Nov 8, 15:13 (2 d)
Engine
blob
Format
Raw Data
Handle
22171873
Attached To
rPH Phabricator
PhortuneMerchantCapability.php
View Options
<?php
final
class
PhortuneMerchantCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'phortune.merchant'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Merchants'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create Phortune merchant accounts.'
);
}
}
Event Timeline
Log In to Comment