Pagination Plugin Docs?

Are there any docs for the pagination plugin that comes with the blog skeleton? I didn’t see a header file in the pagination folder.

I’m looking in particular for the variables available besides .preUrl, .hasPrev, etc. Perhaps pagination.number or pagination.length for the number of pages in the pagination collection?

OK so pagination|length returns the number of pages in the collection. Are there other variables to know about?

There are no docs as yet, For functionality you can look at the available methods of the user/plugins/pagination/classes/paginationhelper.php. This is the itertator class that has the helper methods. Also because this is an iteratory you can perform most Array methods on it (hnce why you can use |length which is a Twig filter on arrays.