Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34134268
PhortuneCartReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
366 B
Subscribers
None
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'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Dec 8, 6:53 AM (2 h, 23 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
38/73/c51a6914556e32a16e3743821cf8
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment