Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90700869
PhabricatorMacroReplyHandler.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
Sun, Nov 3, 23:58
Size
405 B
Mime Type
text/x-php
Expires
Tue, Nov 5, 23:58 (2 d)
Engine
blob
Format
Raw Data
Handle
22121409
Attached To
rPH Phabricator
PhabricatorMacroReplyHandler.php
View Options
<?php
final
class
PhabricatorMacroReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorFileImageMacro
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhabricatorFileImageMacro'
));
}
}
public
function
getObjectPrefix
()
{
return
'MCRO'
;
}
}
Event Timeline
Log In to Comment