The trait Cerbero\LazyJsonPages\Concerns\ParsesPages requires some properties which are not provided by Cerbero\LazyJsonPages\Paginations\Pagination: $itemsPointer, $value
The trait Cerbero\LazyJsonPages\Concerns\ResolvesPages requires some properties which are not provided by Cerbero\LazyJsonPages\Paginations\Pagination: $firstPage, $pageInPath, $pageName, $offsetKey
Loading history...
25
26
/**
27
* The collector of pages.
28
*/
29
public readonly Book $book;
30
31
/**
32
* Yield the paginated items.
33
*
34
* @return Traversable<int, mixed>
35
*/
36
abstract public function getIterator(): Traversable;