Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97598046
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
Sun, Jan 5, 14:32
Size
384 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 14:32 (2 d)
Engine
blob
Format
Raw Data
Handle
23359428
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