Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36622812
PhabricatorBotDifferentialNotificationHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
420 B
Subscribers
None
PhabricatorBotDifferentialNotificationHandler.php
View Options
<?php
/**
* @deprecated
*/
final
class
PhabricatorBotDifferentialNotificationHandler
extends
PhabricatorBotHandler
{
public
function
receiveMessage
(
PhabricatorBotMessage
$message
)
{
static
$notified
;
if
(!
$notified
)
{
phlog
(
'PhabricatorBotDifferentialNotificationHandler is deprecated, use '
.
'PhabricatorBotFeedNotificationHandler instead.'
);
$notified
=
true
;
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Feb 26, 6:26 PM (11 h, 39 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/71/c74da9296a37167db995d6da089e
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment