Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95932066
HarbormasterBuildPlanDefaultViewCapability.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
Fri, Dec 20, 19:44
Size
330 B
Mime Type
text/x-php
Expires
Sun, Dec 22, 19:44 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23081535
Attached To
rPH Phabricator
HarbormasterBuildPlanDefaultViewCapability.php
View Options
<?php
final
class
HarbormasterBuildPlanDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'harbomaster.plan.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default Build Plan View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment