Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100544463
PhabricatorPasteConfigOptions.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 31, 14:48
Size
492 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 14:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23987607
Attached To
rPH Phabricator
PhabricatorPasteConfigOptions.php
View Options
<?php
/**
* @group paste
*/
final
class
PhabricatorPasteConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Paste'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Paste.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.paste.public-create-email'
,
'string'
,
null
)
->
setDescription
(
pht
(
'Allow creating pastes via email.'
))
);
}
}
Event Timeline
Log In to Comment