platform/api/laravel/Contracts/Pagination/LengthAwarePaginator.yaml
2024-09-02 10:44:11 -07:00

37 lines
643 B
YAML

name: LengthAwarePaginator
class_comment: null
dependencies: []
properties: []
methods:
- name: getUrlRange
visibility: public
parameters:
- name: start
- name: end
comment: '# * Create a range of pagination URLs.
# *
# * @param int $start
# * @param int $end
# * @return array'
- name: total
visibility: public
parameters: []
comment: '# * Determine the total number of items in the data store.
# *
# * @return int'
- name: lastPage
visibility: public
parameters: []
comment: '# * Get the page number of the last available page.
# *
# * @return int'
traits: []
interfaces: []