Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1086151
PhabricatorMacroConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
PhabricatorMacroConfigOptions.php
View Options
<?php
final
class
PhabricatorMacroConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Macro'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Macro.'
);
}
public
function
getFontIcon
()
{
return
'fa-file-image-o'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.macro.subject-prefix'
,
'string'
,
'[Macro]'
)
->
setDescription
(
pht
(
'Subject prefix for Macro email.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 30, 12:49 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
269087
Default Alt Text
PhabricatorMacroConfigOptions.php (567 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment