Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92733106
PhabricatorPhurlURLCreateCapability.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
Sat, Nov 23, 06:11
Size
350 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 06:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22500725
Attached To
rPH Phabricator
PhabricatorPhurlURLCreateCapability.php
View Options
<?php
final
class
PhabricatorPhurlURLCreateCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'phurl.url.create'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Phurl URLs'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create a Phurl URL.'
);
}
}
Event Timeline
Log In to Comment