PHP Класс Namshi\Notificator\Notification\Handler\SMSCountry

Наследование: implements Namshi\Notificator\Notification\Handler\HandlerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$client

Открытые методы

Метод Описание
__construct ( Namshi\SMSCountry\Client $client )
getClient ( ) : ClientInterface
handle ( Namshi\Notificator\NotificationInterface $notification )
shouldHandle ( Namshi\Notificator\NotificationInterface $notification )

Описание методов

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

public __construct ( Namshi\SMSCountry\Client $client )
$client Namshi\SMSCountry\Client

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

public getClient ( ) : ClientInterface
Результат ClientInterface

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

public handle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

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

public shouldHandle ( Namshi\Notificator\NotificationInterface $notification )
$notification Namshi\Notificator\NotificationInterface

Описание свойств

$client защищенное свойство

protected $client