• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/zoom.php
  • Класс: CSocServZoom
  • Вызов: CSocServZoom::__construct
public function __construct($userId = null)
{
	$this->getEntityOAuth();

	parent::__construct($userId);
}