Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93149324
PhabricatorBadgesReplyHandler.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, 14:17
Size
375 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 14:17 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22582287
Attached To
rPH Phabricator
PhabricatorBadgesReplyHandler.php
View Options
<?php
final
class
PhabricatorBadgesReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorBadgesBadge
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'Badges'
));
}
}
public
function
getObjectPrefix
()
{
return
'BDGE'
;
}
}
Event Timeline
Log In to Comment