Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107038615
LegalpadReplyHandler.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, Apr 3, 21:23
Size
361 B
Mime Type
text/x-php
Expires
Sat, Apr 5, 21:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25338310
Attached To
rPH Phabricator
LegalpadReplyHandler.php
View Options
<?php
final
class
LegalpadReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
LegalpadDocument
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a LegalpadDocument!'
));
}
}
public
function
getObjectPrefix
()
{
return
'L'
;
}
}
Event Timeline
Log In to Comment