BootstrapPresenter::getLink()

string getLink(mixed $page) Create a pagination slider link. Parameters mixed $page Return Value string

BootstrapPresenter::getFinish()

string getFinish() Create the ending cap of a pagination slider. Return Value string

BootstrapPresenter::getDots()

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

BootstrapPresenter::getDisabledTextWrapper()

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

BootstrapPresenter::getAdjacentRange()

string getAdjacentRange() Get the page range for the current page window. 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::bootstrap()

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

BootProviders

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

Blueprint::__construct()

void __construct(string $table, Closure $callback = null) Create a new schema blueprint. Parameters string $table Closure $callback Return Value void