38 lines
643 B
YAML
38 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: []
|