PHP Class RMS\PushNotificationsBundle\Service\OS\MicrosoftNotification

Inheritance: implements RMS\PushNotificationsBundle\Service\OS\OSNotificationServiceInterface
Show file Open project: richsage/RMSPushNotificationsBundle

Protected Properties

Property Type Description
$browser Buzz\Browser Browser object
$logger Psr\Log\LoggerInterface Monolog logger

Public Methods

Method Description
__construct ( $timeout, $logger )
send ( RMS\PushNotificationsBundle\Message\MessageInterface $message )

Method Details

__construct() public method

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

send() public method

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

Property Details

$browser protected property

Browser object
protected Browser,Buzz $browser
return Buzz\Browser

$logger protected property

Monolog logger
protected LoggerInterface,Psr\Log $logger
return Psr\Log\LoggerInterface