SessionPageNavigationStorage implements PageNavigationStorage
FinalYes
Table of Contents
Interfaces
- PageNavigationStorage
- Pagination storage.
Methods
- __construct() : mixed
- fill() : void
- Filling the pagination object with data from the storage.
- save() : void
- Saving pagination data to storage.
Methods
__construct()
public
__construct([SessionLocalStorage|null $storage = null ]) : mixed
Parameters
- $storage : SessionLocalStorage|null = null
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