...Человеческий поиск в разработке...
- Модуль: 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(); }