Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExampleUI/Reports/GetTemperatures.php')
-rw-r--r--plugins/ExampleUI/Reports/GetTemperatures.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ExampleUI/Reports/GetTemperatures.php b/plugins/ExampleUI/Reports/GetTemperatures.php
index 93ff8ce27b..83e9a1913a 100644
--- a/plugins/ExampleUI/Reports/GetTemperatures.php
+++ b/plugins/ExampleUI/Reports/GetTemperatures.php
@@ -27,6 +27,7 @@ class GetTemperatures extends Base
parent::init();
$this->name = Piwik::translate('ExampleUI_GetTemperaturesDataTable');
+ $this->documentation = 'This is an example documentation of a report.';
$this->subcategoryId = 'ExampleUI_GetTemperaturesDataTable';
$this->order = 110;
}