Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893616
PhabricatorCountdownReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
376 B
Referenced Files
None
Subscribers
None
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'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:45 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127538
Default Alt Text
PhabricatorCountdownReplyHandler.php (376 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment