• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/event/provideroffline.php
  • Класс: BitrixRestEventProviderOffline
  • Вызов: ProviderOffline::notifyApplications
protected function notifyApplications(array $counters)
{
	foreach($counters as $clientId => $connectorCounters)
	{
		if(is_array($connectorCounters) && !empty($connectorCounters))
		{
			$this->notifyApplication($clientId, $connectorCounters);
		}
	}
}