Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113217928
PhabricatorCountdownDefaultViewCapability.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, May 16, 06:36
Size
311 B
Mime Type
text/x-php
Expires
Sun, May 18, 06:36 (2 d)
Engine
blob
Format
Raw Data
Handle
26162129
Attached To
rPH Phabricator
PhabricatorCountdownDefaultViewCapability.php
View Options
<?php
final
class
PhabricatorCountdownDefaultViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'countdown.default.view'
;
public
function
getCapabilityName
()
{
return
pht
(
'Default View Policy'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment