Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97906332
HarbormasterManagePlansCapability.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, Jan 7, 10:27
Size
371 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 10:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23437314
Attached To
rPH Phabricator
HarbormasterManagePlansCapability.php
View Options
<?php
final
class
HarbormasterManagePlansCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'harbormaster.plans'
;
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