Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93556851
PhabricatorSlowvoteDefaultViewCapability.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, Nov 29, 17:27
Size
382 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 17:27 (2 d)
Engine
blob
Format
Raw Data
Handle
22662998
Attached To
rPH Phabricator
PhabricatorSlowvoteDefaultViewCapability.php
View Options
<?php
final
class
PhabricatorSlowvoteDefaultViewCapability
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