The expression return $this->getClient(...ponse\GetListResponse') also could return the type carono\etxtru\Response which is incompatible with the documented return type carono\etxtru\response\GetListResponse|stdClass.
Loading history...
24
}
25
26
27
/**
28
* Функция выводит тексты запрошенных статей из архива текущего пользователя
29
*
30
* @param array (int var1, int var2, ...) $id Массив идентификаторов статей в архиве
The expression return $this->getClient(...ponse\GetTextResponse') also could return the type carono\etxtru\Response which is incompatible with the documented return type carono\etxtru\response\GetTextResponse|stdClass.
Loading history...
39
}
40
41
42
/**
43
* Функция создает zip архив с текстами и изображениями указанных статей из архива для текущего
44
* пользователя
45
*
46
* @param array (int var1, int var2, ...) $id Массив идентификаторов статей из архива
The expression return $this->getClient(...onse\DownloadResponse') also could return the type carono\etxtru\Response which is incompatible with the documented return type carono\etxtru\response\DownloadResponse|stdClass.