Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93189609
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
Tue, Nov 26, 21:35
Size
618 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 21:35 (2 d)
Engine
blob
Format
Raw Data
Handle
22590884
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
getIcon
()
{
return
'fa-comments'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
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