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 'core/ViewDataTable/Config.php')
-rw-r--r--core/ViewDataTable/Config.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/ViewDataTable/Config.php b/core/ViewDataTable/Config.php
index 0eb99aa9f5..77331390be 100644
--- a/core/ViewDataTable/Config.php
+++ b/core/ViewDataTable/Config.php
@@ -463,6 +463,16 @@ class Config
public $export_limit = '';
/**
+ * Message to show if not data is available for the report
+ * Defaults to `CoreHome_ThereIsNoDataForThisReport` if not set
+ *
+ * Attention: Message will be printed raw. Don't forget to escape where needed!
+ *
+ * @var string
+ */
+ public $no_data_message = '';
+
+ /**
* @ignore
*/
public $report_id = '';