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