Example #1
0
 public static function fromPage(Page $page)
 {
     return new self($page->totalCount(), $page->getCurrentLimit(), $page->getCurrentPage());
 }