trait PageRangeTrait

Trait PageRangeTrait

Methods

byRange(int|string $start, int|string $end = null)

Gets pages using the specified range.

Details

PageRangeTrait byRange(int|string $start, int|string $end = null)

Gets pages using the specified range.

Parameters

Name Type Description
$start int|string The start of the range.
$end int|string The end of the range.

Return Value

PageRangeTrait