Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1059003
PhabricatorOwnersConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
688 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersConfigOptions.php
View Options
<?php
final
class
PhabricatorOwnersConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Owners'
);
}
public
function
getDescription
()
{
return
pht
(
'Configure Owners.'
);
}
public
function
getOptions
()
{
return
array
(
$this
->
newOption
(
'metamta.package.reply-handler'
,
'class'
,
'OwnersPackageReplyHandler'
)
->
setBaseClass
(
'PhabricatorMailReplyHandler'
)
->
setDescription
(
pht
(
'Reply handler for owners mail.'
)),
$this
->
newOption
(
'metamta.package.subject-prefix'
,
'string'
,
'[Package]'
)
->
setDescription
(
pht
(
'Subject prefix for Owners email.'
))
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 7:00 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
258177
Default Alt Text
PhabricatorOwnersConfigOptions.php (688 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment