Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92402830
AlmanacCreateNetworksCapability.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 20, 00:41
Size
349 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 00:41 (2 d)
Engine
blob
Format
Raw Data
Handle
22435585
Attached To
rPH Phabricator
AlmanacCreateNetworksCapability.php
View Options
<?php
final
class
AlmanacCreateNetworksCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'almanac.networks'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Networks'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create Almanac networks.'
);
}
}
Event Timeline
Log In to Comment