Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92104306
PhabricatorPhurlURLReplyHandler.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
Sun, Nov 17, 09:37
Size
414 B
Mime Type
text/x-php
Expires
Tue, Nov 19, 09:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22374949
Attached To
rPH Phabricator
PhabricatorPhurlURLReplyHandler.php
View Options
<?php
final
class
PhabricatorPhurlURLReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorPhurlURL
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhabricatorPhurlURL'
));
}
}
public
function
getObjectPrefix
()
{
return
'U'
;
}
}
Event Timeline
Log In to Comment