Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17826537
DifferentialReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
374 B
Referenced Files
None
Subscribers
None
DifferentialReplyHandler.php
View Options
<?php
final
class
DifferentialReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
DifferentialRevision
))
{
throw
new
Exception
(
pht
(
'Receiver is not a %s!'
,
'DifferentialRevision'
));
}
}
public
function
getObjectPrefix
()
{
return
'D'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 7:23 AM (6 h, 8 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8193257
Default Alt Text
DifferentialReplyHandler.php (374 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment