Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F430374
PhabricatorPolicyCapabilityCanView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
438 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyCapabilityCanView.php
View Options
<?php
final
class
PhabricatorPolicyCapabilityCanView
extends
PhabricatorPolicyCapability
{
public
function
getCapabilityKey
()
{
return
self
::
CAN_VIEW
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Can View'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to view this object.'
);
}
public
function
shouldAllowPublicPolicySetting
()
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:25 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60211
Default Alt Text
PhabricatorPolicyCapabilityCanView.php (438 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment