Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F952484
PhabricatorPholioConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
694 B
Referenced Files
None
Subscribers
None
PhabricatorPholioConfigOptions.php
View Options
<?php
/**
* @group pholio
*/
final
class
PhabricatorPholioConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Pholio'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Pholio.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.pholio.reply-handler-domain'
,
'string'
,
null
)
->
setDescription
(
pht
(
'Like {{metamta.maniphest.reply-handler-domain}}, but affects '
.
'Pholio.'
)),
$this
->
newOption
(
'metamta.pholio.subject-prefix'
,
'string'
,
'[Pholio]'
)
->
setDescription
(
pht
(
'Subject prefix for Pholio email.'
))
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226514
Default Alt Text
PhabricatorPholioConfigOptions.php (694 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment