Marcin Harasim
Marcin Harasim
Thank you. Would you like to create pull request? I'm not sure when I'll find some time to upgrade this lib.
Short answer: You can't find them in the interface ;) Long answer (based on my case): I built some pageable object which serves more data (total pages, first, last, total...
No because AbstractPagination and PaginationInterface doesn't have such methods. Like I mentioned only SlidingPagination has these methods but SlidingPaginationInterface has some lacks. Maybe my point of view is too narrow...
Thanks, but it doesn't explain why we can't add methods in SlidingPaginationInterface which are exist in SlidingPagination. SlidingPaginationInterface in not fully consistent with SlidingPagination.
Yeah, perhaps. SlidingPagination evolved but someone forgot to update SlidingPaginationInterface and now it's time to do this.