Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93536497
PonderQuestionReplyHandler.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, Nov 29, 13:22
Size
369 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 13:22 (2 d)
Engine
blob
Format
Raw Data
Handle
22661592
Attached To
rPH Phabricator
PonderQuestionReplyHandler.php
View Options
<?php
final
class
PonderQuestionReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PonderQuestion
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PonderQuestion'
));
}
}
public
function
getObjectPrefix
()
{
return
'Q'
;
}
}
Event Timeline
Log In to Comment