• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/integration/pull/pushservice.php
  • Класс: BitrixSocialnetworkIntegrationPullPushService
  • Вызов: PushService::getInstance
static function getInstance(): PushService
{
	if (!self::$instance)
	{
		self::$instance = new self();
	}

	return self::$instance;
}