Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93471929
PhabricatorPolicyCanInteractCapability.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, 01:05
Size
426 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 01:05 (2 d)
Engine
blob
Format
Raw Data
Handle
22647715
Attached To
rPH Phabricator
PhabricatorPolicyCanInteractCapability.php
View Options
<?php
final
class
PhabricatorPolicyCanInteractCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
self
::
CAN_INTERACT
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Interact'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to interact with this object.'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
Event Timeline
Log In to Comment