Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92653815
FileReplyHandler.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 22, 10:26
Size
361 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 10:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22478402
Attached To
rPH Phabricator
FileReplyHandler.php
View Options
<?php
final
class
FileReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorFile
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s.'
,
'PhabricatorFile'
));
}
}
public
function
getObjectPrefix
()
{
return
'F'
;
}
}
Event Timeline
Log In to Comment