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

shouldHandle() public method

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