Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F449062
PhrictionReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
412 B
Referenced Files
None
Subscribers
None
PhrictionReplyHandler.php
View Options
<?php
final
class
PhrictionReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhrictionDocument
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhrictionDocument'
));
}
}
public
function
getObjectPrefix
()
{
return
PhrictionDocumentPHIDType
::
TYPECONST
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 7:02 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
67207
Default Alt Text
PhrictionReplyHandler.php (412 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment