Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97602141
PhabricatorPolicyCapabilityCanView.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
Sun, Jan 5, 15:24
Size
363 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 15:24 (2 d)
Engine
blob
Format
Raw Data
Handle
23361852
Attached To
rPH Phabricator
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.'
);
}
}
Event Timeline
Log In to Comment