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.