PHP Class RainLab\Builder\Widgets\PluginList

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

Public Properties

Property Type Description
$noRecordsMessage

Protected Properties

Property Type Description
$theme

Public Methods

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

Protected Methods

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

Method Details

__construct() public method

public __construct ( $controller, $alias )

getActivePluginCode() protected method

protected getActivePluginCode ( )

getActivePluginVector() public method

getData() protected method

* Methods for the internal use
protected getData ( )

getFilterMode() protected method

protected getFilterMode ( )

getPluginList() protected method

protected getPluginList ( )

getRenderData() protected method

protected getRenderData ( )

onSearch() public method

public onSearch ( )

onToggleFilter() public method

public onToggleFilter ( )

onUpdate() public method

* Event handlers
public onUpdate ( )

render() public method

Renders the widget.
public render ( ) : string
return string

setActivePlugin() public method

public setActivePlugin ( $pluginCode )

setFilterMode() protected method

protected setFilterMode ( $mode )

updateList() public method

public updateList ( )

Property Details

$noRecordsMessage public_oe property

public $noRecordsMessage

$theme protected_oe property

protected $theme