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