Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117018406
AlmanacCreateClusterServicesCapability.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, Jun 10, 22:03
Size
378 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 22:03 (2 d)
Engine
blob
Format
Raw Data
Handle
26674099
Attached To
rPH Phabricator
AlmanacCreateClusterServicesCapability.php
View Options
<?php
final
class
AlmanacCreateClusterServicesCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'almanac.cluster'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Cluster Services'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create Almanac cluster services.'
);
}
}
Event Timeline
Log In to Comment