BootstrapPresenter::getPageRange()

string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string

BootstrapPresenter::getPrevious()

string getPrevious(string $text = '«') Get the previous page pagination element. Parameters string $text Return Value string

BootstrapPresenter::getAdjacentRange()

string getAdjacentRange() Get the page range for the current page window. Return Value string

BootstrapPresenter::getDisabledTextWrapper()

string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. Parameters string $text Return Value string

BootstrapPresenter::getDots()

string getDots() Get a pagination "dot" element. Return Value string

BootstrapPresenter::getActivePageWrapper()

string getActivePageWrapper(string $text) Get HTML wrapper for active text. Parameters string $text Return Value string

BootstrapPresenter

BootstrapPresenter class BootstrapPresenter extends Presenter (View source) Methods void __construct(Paginator $paginator) Create a new Presenter instance. from Presenter 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 conte

BootProviders

BootProviders class BootProviders (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

BootProviders::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

Blueprint::uuid()

Fluent uuid(string $column) Create a new uuid column on the table. Parameters string $column Return Value Fluent