Documentation

BootstrapWidgets
in package
implements WidgetsRegistryBase

Bootstrap widgets

Interfaces, Classes and Traits

WidgetsRegistryBase
Class for getting access to widgets

Table of Contents

get()  : string
Method returns widget
getWidget()  : string
Method returns widget

Methods

get()

Method returns widget

public static get(string $name) : string
Parameters
$name : string

name of the widget

Return values
string

widget's HTML code

getWidget()

Method returns widget

public getWidget(string $name) : string
Parameters
$name : string

name of the widget

Return values
string

widget's HTML code

Search results