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