PHP Class RainLab\Builder\Widgets\PluginList

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Backend\Classes\WidgetBase, use trait Backend\Traits\SearchableWidget
Afficher le fichier Open project: rainlab/builder-plugin

Méthodes publiques

Свойство Type Description
$noRecordsMessage

Protected Properties

Свойство Type Description
$theme

Méthodes publiques

Méthode Description
__construct ( $controller, $alias )
getActivePluginVector ( )
onSearch ( )
onToggleFilter ( )
onUpdate ( ) * Event handlers
render ( ) : string Renders the widget.
setActivePlugin ( $pluginCode )
updateList ( )

Méthodes protégées

Méthode Description
getActivePluginCode ( )
getData ( ) * Methods for the internal use
getFilterMode ( )
getPluginList ( )
getRenderData ( )
setFilterMode ( $mode )

Method Details

__construct() public méthode

public __construct ( $controller, $alias )

getActivePluginCode() protected méthode

protected getActivePluginCode ( )

getActivePluginVector() public méthode

getData() protected méthode

* Methods for the internal use
protected getData ( )

getFilterMode() protected méthode

protected getFilterMode ( )

getPluginList() protected méthode

protected getPluginList ( )

getRenderData() protected méthode

protected getRenderData ( )

onSearch() public méthode

public onSearch ( )

onToggleFilter() public méthode

public onToggleFilter ( )

onUpdate() public méthode

* Event handlers
public onUpdate ( )

render() public méthode

Renders the widget.
public render ( ) : string
Résultat string

setActivePlugin() public méthode

public setActivePlugin ( $pluginCode )

setFilterMode() protected méthode

protected setFilterMode ( $mode )

updateList() public méthode

public updateList ( )

Property Details

$noRecordsMessage public_oe property

public $noRecordsMessage

$theme protected_oe property

protected $theme