RMS\PushNotificationsBundle\DependencyInjection\RMSPushNotificationsExtension::setWindowsphoneConfig PHP Метод

setWindowsphoneConfig() защищенный Метод

protected setWindowsphoneConfig ( array $config )
$config array
    protected function setWindowsphoneConfig(array $config)
    {
        $this->container->setParameter("rms_push_notifications.windowsphone.enabled", true);
        $this->container->setParameter("rms_push_notifications.windowsphone.timeout", $config["windowsphone"]["timeout"]);
    }