Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106065681
PhabricatorCalendarReplyHandler.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
Sat, Mar 22, 00:39
Size
423 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 00:39 (2 d)
Engine
blob
Format
Raw Data
Handle
25107225
Attached To
rPH Phabricator
PhabricatorCalendarReplyHandler.php
View Options
<?php
final
class
PhabricatorCalendarReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorCalendarEvent
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhabricatorCalendarEvent'
));
}
}
public
function
getObjectPrefix
()
{
return
'E'
;
}
}
Event Timeline
Log In to Comment