Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548057
PhabricatorPolicyCanViewCapability.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
PhabricatorPolicyCanViewCapability.php
View Options
<?php
final
class
PhabricatorPolicyCanViewCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
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
Mon, May 12, 1:43 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
116077
Default Alt Text
PhabricatorPolicyCanViewCapability.php (405 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment