PaginatedArray::renderPagination()

Render pagination (alias of renderPager method)

Available since version 3.0.260.

Usage

// basic usage
$string = $paginatedArray->renderPagination();

// usage with all arguments
$string = $paginatedArray->renderPagination(array $options = []);

Arguments

NameType(s)Description
$options (optional)array

Return value

string


PaginatedArray methods and properties

API reference based on ProcessWire core version 3.0.261