Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90541351
PhabricatorCountdownCapabilityDefaultView.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
Sat, Nov 2, 14:42
Size
384 B
Mime Type
text/x-php
Expires
Mon, Nov 4, 14:42 (2 d)
Engine
blob
Format
Raw Data
Handle
22094929
Attached To
rPH Phabricator
PhabricatorCountdownCapabilityDefaultView.php
View Options
<?php
final
class
PhabricatorCountdownCapabilityDefaultView
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'countdown.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