• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/apclient.php
  • Класс: BitrixSocialservicesApClient
  • Вызов: ApClient::init
static function init()
{
	$connection = ApTable::getConnection();
	if($connection)
	{
		return new self($connection);
	}

	return false;
}