Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96175942
DifferentialCapabilityDefaultView.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
Mon, Dec 23, 11:38
Size
304 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 11:38 (2 d)
Engine
blob
Format
Raw Data
Handle
23138527
Attached To
rPH Phabricator
DifferentialCapabilityDefaultView.php
View Options
<?php
final
class
DifferentialCapabilityDefaultView
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'differential.default.view'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
}
Event Timeline
Log In to Comment