Paginator (Contracts)
Paginator
interface Paginator (View source)
Methods
string | url( int $page) Get the URL for a given page. | |
$this | appends( array|string $key, string|null $value = null) Add a set of query string values to the paginator. | |
$this|string | fragment( string|null $fragment = null) Get / set the URL fragment to be appended to URLs. | 登录查看完整内容
|