Namshi\Notificator\Notification\Handler\SMSCountry::shouldHandle PHP Метод

shouldHandle() публичный Метод

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