PHP Piwik\Widget Пространство имен

Классы

Имя Описание
Widget Defines a new widget. You can create a new widget using the console command `./console generate:widget`.
WidgetConfig Configures a widget. Use this class to configure a {@link Piwik\Widget\Widget`} or to add a widget to the WidgetsList via {@link WidgetsList::addWidget}.
WidgetContainerConfig Defines a new widget container. Widget containers are useful when you want to combine several widgets into one unique widgets. For example you could combine an evolution graph widget with a sparklines widget and combine them to a single "overview widget". It also allows you to specify layouts meaning you can define a layout that will group multiple widgets into one widget displaying a menu on the left side for each widget and the actual widget on the right side. By default widgets within a container are displayed vertically one after another.
WidgetsList Manages the global list of reports that can be displayed as dashboard widgets.