Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97538729
PhabricatorAuditReplyHandler.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, Jan 5, 01:52
Size
526 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 01:52 (2 d)
Engine
blob
Format
Raw Data
Handle
23423374
Attached To
rPH Phabricator
PhabricatorAuditReplyHandler.php
View Options
<?php
final
class
PhabricatorAuditReplyHandler
extends
PhabricatorApplicationTransactionReplyHandler
{
public
function
validateMailReceiver
(
$mail_receiver
)
{
if
(!(
$mail_receiver
instanceof
PhabricatorRepositoryCommit
))
{
throw
new
Exception
(
pht
(
'Mail receiver is not a %s!'
,
'PhabricatorRepositoryCommit'
));
}
}
public
function
getObjectPrefix
()
{
// TODO: This conflicts with Countdown and will probably need to be
// changed eventually.
return
'C'
;
}
}
Event Timeline
Log In to Comment