Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114465465
DifferentialMail.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
Mon, May 26, 01:35
Size
344 B
Mime Type
text/x-php
Expires
Wed, May 28, 01:35 (2 d)
Engine
blob
Format
Raw Data
Handle
26405931
Attached To
rPH Phabricator
DifferentialMail.php
View Options
<?php
abstract
class
DifferentialMail
extends
PhabricatorMail
{
public
static
function
newReplyHandlerForRevision
(
DifferentialRevision
$revision
)
{
$reply_handler
=
PhabricatorEnv
::
newObjectFromConfig
(
'metamta.differential.reply-handler'
);
$reply_handler
->
setMailReceiver
(
$revision
);
return
$reply_handler
;
}
}
Event Timeline
Log In to Comment