Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108434643
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
Wed, Apr 16, 18:40
Size
385 B
Mime Type
text/x-php
Expires
Fri, Apr 18, 18:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25583502
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
(
'Mail receiver is not a PhabricatorFileImageMacro!'
);
}
}
public
function
getObjectPrefix
()
{
return
'MCRO'
;
}
}
Event Timeline
Log In to Comment