• Модуль: webservice
  • Путь к файлу: ~/bitrix/modules/webservice/classes/general/sharepoint/client.php
  • Класс: CSPListsClient
  • Вызов: CSPListsClient::__construct
public function __construct($arParams)
{
	if (is_array($arParams))
	{
		$this->SetConnectionParams($arParams);
	}
}