Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107252360
HarbormasterCapabilityManagePlans.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
Sun, Apr 6, 08:42
Size
444 B
Mime Type
text/x-php
Expires
Tue, Apr 8, 08:42 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25383545
Attached To
rPH Phabricator
HarbormasterCapabilityManagePlans.php
View Options
<?php
final
class
HarbormasterCapabilityManagePlans
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'harbormaster.plans'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Build Plans'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage Harbormaster build plans.'
);
}
}
Event Timeline
Log In to Comment