• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/bitrix24.php
  • Класс: CBitrixPHPAppTransport
  • Вызов: CBitrixPHPAppTransport::__construct
public function __construct($access_token, $portalURI, $signatureKey = false)
{
	$this->access_token = $access_token;
	$this->portalURI = $portalURI;
	$this->signatureKey = $signatureKey;
}