Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99422952
ConpherenceConfigOptions.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 24, 10:32
Size
567 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 10:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23797130
Attached To
rPH Phabricator
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
getFontIcon
()
{
return
'fa-comments'
;
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.conpherence.subject-prefix'
,
'string'
,
'[Conpherence]'
)
->
setDescription
(
pht
(
'Subject prefix for Conpherence mail.'
)),
);
}
}
Event Timeline
Log In to Comment