<?php
namespace Nette\Utils;
class Paginator
{
/**
* @phpstan-return positive-int|0
*/
public function getOffset(): int
// nothing
}
public function getItemsPerPage(): int