We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7662e28 commit 22990b6Copy full SHA for 22990b6
src/Element/Dash/ReportDefinition.php
@@ -13,7 +13,7 @@
13
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
14
* @method ReportDefinition dimension(string $dimension) dimension name
15
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
16
- * @method ReportDefinition widgetClass(string $widgetClass) widgetClass class name for the report widget
+ * @method ReportDefinition widget(string $widget) widget code or class name for the report widget
17
* @method ReportDefinition metrics(array $metrics) metrics to display with the report
18
* @method ReportDefinition dateStart(string $dateStart) dateStart
19
* @method ReportDefinition dateEnd(string $dateEnd) dateEnd
0 commit comments