Base::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. disk
  3. Base
  4. __construct
  • Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/rest/service/base.php
  • Класс: Bitrix\Disk\Rest\Service\Base
  • Вызов: Base::__construct
public function __construct($methodName, array $params, $start, \CRestServer $restServer)
{
	$this->methodName = $methodName;
	$this->params = $params;
	$this->start = $start;
	$this->restServer = $restServer;
	$this->errorCollection = new ErrorCollection;

	$this->init();
}

Добавить комментарий