Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93121578
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
Tue, Nov 26, 09:00
Size
405 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 09:00 (2 d)
Engine
blob
Format
Raw Data
Handle
22579285
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