Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2333346
HarbormasterManagePlansCapability.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
444 B
Referenced Files
None
Subscribers
None
HarbormasterManagePlansCapability.php
View Options
<?php
final
class
HarbormasterManagePlansCapability
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.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 7:57 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
445049
Default Alt Text
HarbormasterManagePlansCapability.php (444 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment