Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548084
PhabricatorPolicyCanInteractCapability.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
426 B
Referenced Files
None
Subscribers
None
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
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
101454
Default Alt Text
PhabricatorPolicyCanInteractCapability.php (426 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment