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

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

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface
    public function handle(NotificationInterface $notification)
    {
        $this->getClient()->sendSms($notification->getRecipientNumber(), $notification->getMessage());
        return true;
    }