Presenter
class Presenter (View source)
Methods
void
string
getPageLinkWrapper(
string $url,
int $page,
string $rel = null)
Get HTML wrapper for a page link.
string
getDisabledTextWrapper(
string $text)
Get HTML wrapper for disabled text.
string
getActivePageWrapper(
string $text)
Get HTML wrapper for active text.
string
render()
Render the Pagination contents.
string
getPageRange(
int $start,
int $end)
Create a range of pagination links.
string
getAdjacentRange()
Get the page range for the current page window.
string
getStart()
Create the beginning leader of a pagination slider.
string
getFinish()
Create the ending cap of a pagination slider.
string
getPrevious(
string $text = '«')
Get the previous page pagination element.
string
getNext(
string $text = '»')
Get the next page pagination element.
string
getDots()
Get a pagination "dot" element.
string
getLink(
mixed $page)
Create a pagination slider link.
void
setCurrentPage(
int $page)
Set the value of the current page.
void
setLastPage(
int $page)
Set the value of the last page.
Details
at line line 47
abstract
string
getPageLinkWrapper(
string $url,
int $page,
string $rel = null)
Get HTML wrapper for a page link.
at line line 55
abstract
string
getDisabledTextWrapper(
string $text)
Get HTML wrapper for disabled text.
at line line 63
abstract
string
getActivePageWrapper(
string $text)
Get HTML wrapper for active text.
at line line 196
string
getPrevious(
string $text = '«')
Get the previous page pagination element.