class SimpleBootstrapThreePresenter extends BootstrapThreePresenter (View source)

Traits

Methods

string
getPreviousButton( string $text = '«')

Get the previous page pagination element.

string
getNextButton( string $text = '»')

Get the next page pagination element.

void
__construct( Paginator $paginator)

Create a simple Bootstrap 3 presenter.

bool
hasPages()

Determine if the underlying paginator being presented has pages to show.

Htmlable|string
render()

Convert the URL window into Bootstrap HTML.

Details

string getPreviousButton( string $text = '«')

Get the previous page pagination element.

Parameters

string $text

Return Value

string

string getNextButton( string $text = '»')

Get the next page pagination element.

Parameters

string $text

Return Value

string

at line line 16
void __construct( Paginator $paginator)

Create a simple Bootstrap 3 presenter.

Parameters

Paginator $paginator

Return Value

void

at line line 26
bool hasPages()

Determine if the underlying paginator being presented has pages to show.

Return Value

bool

at line line 36
Htmlable|string render()

Convert the URL window into Bootstrap HTML.

Return Value

Htmlable|string