interface PagerManagerInterface (View source)

Methods

getNextCursorStart(PagerProviderInterface $itemList, PagerPagination $pagination)

No description

void
sortListByCursor(PagerProviderInterface $itemList, string $direction)

Adds a secondary sort query to an item list so that items that are sorted by text criteria will paginate properly.

Set
getAvailableColumnSet()

No description

mixed
displaySegmentAtCursor($cursor, PagerProviderInterface $itemList)

No description

Details

getNextCursorStart(PagerProviderInterface $itemList, PagerPagination $pagination)

No description

Parameters

PagerProviderInterface $itemList
PagerPagination $pagination

void sortListByCursor(PagerProviderInterface $itemList, string $direction)

Adds a secondary sort query to an item list so that items that are sorted by text criteria will paginate properly.

Parameters

PagerProviderInterface $itemList
string $direction

Return Value

void

Set getAvailableColumnSet()

No description

Return Value

Set

mixed displaySegmentAtCursor($cursor, PagerProviderInterface $itemList)

No description

Parameters

$cursor
PagerProviderInterface $itemList

Return Value

mixed