• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/apclient.php
  • Класс: BitrixSocialservicesApClient
  • Вызов: ApClient::initById
static function initById($connectionId)
{
	$dbRes = ApTable::getById($connectionId);
	$connection = $dbRes->fetch();

	if($connection)
	{
		return new self($connection);
	}

	return false;
}