PaginatorManager
Class to manage multiple forms with pagination.
Methods
-
add(paginator)
Add paginator to queue.
-
getPaginator(name) : Paginator
Get paginator by name. Name of the paginator is same as name of the Form or unique name set by user.
-
remove(name)
Remove Paginator from queue.
-
this()
Contructor, init array of paginators.