Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97315019
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
Sat, Jan 4, 05:11
Size
363 B
Mime Type
text/x-php
Expires
Mon, Jan 6, 05:11 (2 d)
Engine
blob
Format
Raw Data
Handle
23380314
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