Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92142206
HarbormasterCreatePlansCapability.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, Nov 17, 17:57
Size
371 B
Mime Type
text/x-php
Expires
Tue, Nov 19, 17:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22382549
Attached To
rPH Phabricator
HarbormasterCreatePlansCapability.php
View Options
<?php
final
class
HarbormasterCreatePlansCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'harbormaster.plans'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Build Plans'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create Harbormaster build plans.'
);
}
}
Event Timeline
Log In to Comment