Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102067659
ReleephRequestReplyHandler.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, Feb 16, 18:57
Size
369 B
Mime Type
text/x-php
Expires
Tue, Feb 18, 18:57 (2 d)
Engine
blob
Format
Raw Data
Handle
24266862
Attached To
rPH Phabricator
ReleephRequestReplyHandler.php
View Options
<?php
final
class
ReleephRequestReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
ReleephRequest
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'ReleephRequest'
));
}
}
public
function
getObjectPrefix
()
{
return
'Y'
;
}
}
Event Timeline
Log In to Comment