• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_push.php
  • Класс: CPushManager
  • Вызов: CPushManager::__construct
public function __construct()
{
	if (!isset(self::$pushServices))
	{
		self::$pushServices = BitrixPullPushServiceList::getServiceList();
	}
	$this->remoteProviderUrl = Option::get("pull", "push_service_url");
}