Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96463819
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
Fri, Dec 27, 00:02
Size
376 B
Mime Type
text/x-php
Expires
Sun, Dec 29, 00:02 (2 d)
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