Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92307240
LegalpadCapabilityDefaultEdit.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
Tue, Nov 19, 06:45
Size
296 B
Mime Type
text/x-php
Expires
Thu, Nov 21, 06:45 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22418819
Attached To
rPH Phabricator
LegalpadCapabilityDefaultEdit.php
View Options
<?php
final
class
LegalpadCapabilityDefaultEdit
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'legalpad.default.edit'
;
public
function
getCapabilityKey
()
{
return
self
::
CAPABILITY
;
}
public
function
getCapabilityName
()
{
return
pht
(
'Default Edit Policy'
);
}
}
Event Timeline
Log In to Comment