Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97874844
PasteReplyHandler.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
Tue, Jan 7, 01:32
Size
353 B
Mime Type
text/x-php
Expires
Thu, Jan 9, 01:32 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23424990
Attached To
rPH Phabricator
PasteReplyHandler.php
View Options
<?php
final
class
PasteReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorPaste
))
{
throw
new
Exception
(
'Mail receiver is not a PhabricatorPaste.'
);
}
}
public
function
getObjectPrefix
()
{
return
'P'
;
}
}
Event Timeline
Log In to Comment