Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93006744
PholioReplyHandler.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
Mon, Nov 25, 13:11
Size
353 B
Mime Type
text/x-php
Expires
Wed, Nov 27, 13:11 (2 d)
Engine
blob
Format
Raw Data
Handle
22556481
Attached To
rPH Phabricator
PholioReplyHandler.php
View Options
<?php
final
class
PholioReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PholioMock
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PholioMock'
));
}
}
public
function
getObjectPrefix
()
{
return
'M'
;
}
}
Event Timeline
Log In to Comment