Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F470119
ConpherenceConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
502 B
Referenced Files
None
Subscribers
None
ConpherenceConfigOptions.php
View Options
<?php
final
class
ConpherenceConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Conpherence'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Conpherence messaging.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.conpherence.subject-prefix'
,
'string'
,
'[Conpherence]'
)
->
setDescription
(
pht
(
'Subject prefix for Conpherence mail.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 10:28 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
81814
Default Alt Text
ConpherenceConfigOptions.php (502 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment