Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106046811
PhortuneCartReplyHandler.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
Fri, Mar 21, 20:40
Size
366 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 20:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25058961
Attached To
rPH Phabricator
PhortuneCartReplyHandler.php
View Options
<?php
final
class
PhortuneCartReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhortuneCart
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhortuneCart'
));
}
}
public
function
getObjectPrefix
()
{
return
'CART'
;
}
}
Event Timeline
Log In to Comment