PageNavigationStorage
Pagination storage.
Used to save the grid pagination state, between user requests. The storage period and location are determined by a implementation.
Tags
Table of Contents
Methods
- fill() : void
- Filling the pagination object with data from the storage.
- save() : void
- Saving pagination data to storage.
Methods
fill()
Filling the pagination object with data from the storage.
public
fill(PageNavigation $pagination) : void
Parameters
- $pagination : PageNavigation
save()
Saving pagination data to storage.
public
save(PageNavigation $pagination) : void
Parameters
- $pagination : PageNavigation