Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93892397
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
Mon, Dec 2, 07:49
Size
350 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 07:49 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22718334
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