Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94283487
PhabricatorSlowvoteReplyHandler.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
Thu, Dec 5, 11:15
Size
377 B
Mime Type
text/x-php
Expires
Sat, Dec 7, 11:15 (2 d)
Engine
blob
Format
Raw Data
Handle
22772312
Attached To
rPH Phabricator
PhabricatorSlowvoteReplyHandler.php
View Options
<?php
final
class
PhabricatorSlowvoteReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorSlowvotePoll
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'Slowvote'
));
}
}
public
function
getObjectPrefix
()
{
return
'V'
;
}
}
Event Timeline
Log In to Comment