UrlWindow::__construct()

void __construct(LengthAwarePaginator $paginator) Create a new URL window instance. Parameters LengthAwarePaginator $paginator Return Value void

UrlWindow::getAdjacentUrlRange()

array getAdjacentUrlRange(int $onEachSide) Get the page range for the current page window. Parameters int $onEachSide Return Value array

UrlWindow::hasPages()

bool hasPages() Determine if the underlying paginator being presented has pages to show. Return Value bool

UrlWindow::getFinish()

array getFinish() Get the ending URLs of a pagination slider. Return Value array

UrlWindow::getStart()

array getStart() Get the starting URLs of a pagination slider. Return Value array

UrlWindow::get()

array get(int $onEachSide = 3) Get the window of URLs to be shown. Parameters int $onEachSide Return Value array

UrlWindow::make()

static array make(LengthAwarePaginator $paginator, int $onEachSide = 3) Create a new URL window instance. Parameters LengthAwarePaginator $paginator int $onEachSide Return Value array

UrlRoutable::getRouteKeyName()

string getRouteKeyName() Get the route key for the model. Return Value string

UrlRoutable

UrlRoutable interface UrlRoutable (View source) Methods mixed getRouteKey() Get the value of the model's route key. string getRouteKeyName() Get the route key for the model.

UrlWindow

UrlWindow class UrlWindow (View source) Methods void __construct(LengthAwarePaginator $paginator) Create a new URL window instance. static array make(LengthAwarePaginator $paginator, int $onEachSide = 3) Create a new URL window instance. array get(int $onEachSide = 3) Get the window of URLs to be shown. array getAdjacentUrlRange(int $onEachSide) Get the page range for the current page window. array getStart() Get the starting URLs of a pagination slider. array get