Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96361586
PhabricatorCountdownReplyHandler.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, Dec 25, 22:11
Size
376 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 22:11 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
23172138
Attached To
rPH Phabricator
PhabricatorCountdownReplyHandler.php
View Options
<?php
final
class
PhabricatorCountdownReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorCountdown
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'Countdown'
));
}
}
public
function
getObjectPrefix
()
{
return
'C'
;
}
}
Event Timeline
Log In to Comment