PHP Класс RMS\PushNotificationsBundle\Service\OS\MicrosoftNotification

Наследование: implements RMS\PushNotificationsBundle\Service\OS\OSNotificationServiceInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$browser Buzz\Browser Browser object
$logger Psr\Log\LoggerInterface Monolog logger

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

Метод Описание
__construct ( $timeout, $logger )
send ( RMS\PushNotificationsBundle\Message\MessageInterface $message )

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

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

public __construct ( $timeout, $logger )
$timeout
$logger

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

public send ( RMS\PushNotificationsBundle\Message\MessageInterface $message )
$message RMS\PushNotificationsBundle\Message\MessageInterface

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

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

Browser object
protected Browser,Buzz $browser
Результат Buzz\Browser

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

Monolog logger
protected LoggerInterface,Psr\Log $logger
Результат Psr\Log\LoggerInterface