PHP Class RainLab\Builder\Widgets\VersionList

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

Public Properties

Property Type Description
$noRecordsMessage

Public Methods

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

Protected Methods

Method Description
getRenderData ( ) * Methods for the internal use
getVersionDescription ( $versionInfo )

Method Details

__construct() public method

public __construct ( $controller, $alias )

getRenderData() protected method

* Methods for the internal use
protected getRenderData ( )

getVersionDescription() protected method

protected getVersionDescription ( $versionInfo )

onSearch() public method

public onSearch ( )

onUpdate() public method

* Event handlers
public onUpdate ( )

refreshActivePlugin() public method

public refreshActivePlugin ( )

render() public method

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

updateList() public method

public updateList ( )

Property Details

$noRecordsMessage public_oe property

public $noRecordsMessage