• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/apclient.php
  • Класс: BitrixSocialservicesApClient
  • Вызов: ApClient::__construct
public function __construct(array $connection)
{
	$this->errorCollection = new ErrorCollection();

	if($this->checkConnection($connection))
	{
		$this->connection = $connection;
	}
}