Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101612275
DrydockCapabilityDefaultView.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
Wed, Feb 12, 02:03
Size
304 B
Mime Type
text/x-php
Expires
Fri, Feb 14, 02:03 (2 d)
Engine
blob
Format
Raw Data
Handle
24198939
Attached To
rPH Phabricator
DrydockCapabilityDefaultView.php
View Options
<?php
final
class
DrydockCapabilityDefaultView
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'drydock.default.view'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default Blueprint View Policy'
);
}
}
Event Timeline
Log In to Comment