Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98047248
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
Thu, Jan 9, 01:29
Size
357 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 01:29 (2 d)
Engine
blob
Format
Raw Data
Handle
23502191
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