Backend\ReportWidgets\Welcome

Overview

User welcome report widget.

Extends

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

Protected Properties

protected string $defaultAlias

A unique alias to identify this widget.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public defineProperties()

public defineProperties(): void

defineProperties used by this class. This method should be used as an override in the extended class.

public render()

public render(): void

Renders the widget.

Show inherited public methods

Inherited Public Methods

Protected Methods

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.

protected loadData()

protected loadData(): void

Show inherited protected methods

Inherited Protected Methods