Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98122816
PhabricatorSlowvoteCapabilityDefaultView.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, Jan 10, 01:00
Size
382 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 01:00 (2 d)
Engine
blob
Format
Raw Data
Handle
23510621
Attached To
rPH Phabricator
PhabricatorSlowvoteCapabilityDefaultView.php
View Options
<?php
final
class
PhabricatorSlowvoteCapabilityDefaultView
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'slowvote.default.view'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment