Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98120039
LegalpadCreateDocumentsCapability.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
Fri, Jan 10, 00:12
Size
348 B
Mime Type
text/x-php
Expires
Sun, Jan 12, 00:12 (2 d)
Engine
blob
Format
Raw Data
Handle
23510438
Attached To
rPH Phabricator
LegalpadCreateDocumentsCapability.php
View Options
<?php
final
class
LegalpadCreateDocumentsCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'legalpad.create'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create Documents'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create new documents.'
);
}
}
Event Timeline
Log In to Comment