Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F568510
PhabricatorSlowvoteReplyHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
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'
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 1:30 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124595
Default Alt Text
PhabricatorSlowvoteReplyHandler.php (377 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment