method
public
Page::__construct()
Сигнатура
public __construct(string $id, array<string|int, mixed>|Traversable $items, int|Closure $totalCount) : mixed
Параметры
$id
string
Id коллекции.
$items
array<string|int, mixed>|Traversable
$totalCount
int|Closure
Параметр может быть Closure, чтобы предотвратить ненужные действия при вычислении.
Возвращаемое значение
mixed
Исходный файл: source/main/lib/engine/response/datatype/page.php:23

