System\Widgets\Changelog

Overview

Changelog widget

Extends

Public Properties

public string $alias

alias used for this widget

Show inherited public properties

Inherited Public Properties

Protected Properties

There are no protected properties in the class.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public onLoadChangelog()

public onLoadChangelog(): void

onLoadChangelog displays system changelog information

public onLoadPluginChangelog()

public onLoadPluginChangelog(): void

onLoadPluginChangelog displays plugin changelog information

public render()

public render(): string 

render renders the widget

Show inherited public methods

Inherited Public Methods

Protected Methods

protected getPluginVersionFile()

protected getPluginVersionFile($path, $filename): array 

getPluginVersionFile returns the version file contents for a plugin

protected loadAssets()

protected loadAssets(): void

loadAssets adds widget specific asset files. Use $this->addJs() and $this->addCss() to register new assets to include on the page.

Show inherited protected methods

Inherited Protected Methods