Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F952167
PhabricatorPhrictionConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
492 B
Referenced Files
None
Subscribers
None
PhabricatorPhrictionConfigOptions.php
View Options
<?php
final
class
PhabricatorPhrictionConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Phriction'
);
}
public
function
getDescription
()
{
return
pht
(
'Options related to Phriction (wiki).'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.phriction.subject-prefix'
,
'string'
,
'[Phriction]'
)
->
setDescription
(
pht
(
'Subject prefix for Phriction email.'
)),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 3:30 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226357
Default Alt Text
PhabricatorPhrictionConfigOptions.php (492 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment