Namshi\Notificator\Notification\Handler\HipChat::shouldHandle PHP Method

shouldHandle() public method

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface
    public function shouldHandle(NotificationInterface $notification)
    {
        return $notification instanceof HipChatNotificationInterface;
    }