Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123837931
AlmanacCreateNamespacesCapability.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, Jul 29, 21:18
Size
357 B
Mime Type
text/x-php
Expires
Thu, Jul 31, 21:18 (2 d)
Engine
blob
Format
Raw Data
Handle
27720360
Attached To
rPH Phabricator
AlmanacCreateNamespacesCapability.php
View Options
<?php
final
class
AlmanacCreateNamespacesCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'almanac.namespaces'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Namespaces'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create Almanac namespaces.'
);
}
}
Event Timeline
Log In to Comment