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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-14 01:25:52 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-14 01:25:52 +0400
commitec52d4f107ef59882cfc37c4ed85bb90298355ba (patch)
tree4b8fc6a19b13970816bfb892330331aea807ed84 /plugins/ExampleVisualization
parent92f8f4fe4ab48af5331aeab30c4f3e3166426cbb (diff)
added command to generate a visualization plugin based on our VisualizationExamplePlugin
Diffstat (limited to 'plugins/ExampleVisualization')
-rw-r--r--plugins/ExampleVisualization/ExampleVisualization.php4
-rw-r--r--plugins/ExampleVisualization/SimpleTable.php4
-rw-r--r--plugins/ExampleVisualization/plugin.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/ExampleVisualization/ExampleVisualization.php b/plugins/ExampleVisualization/ExampleVisualization.php
index 9aa6b363c6..e445bb18a4 100644
--- a/plugins/ExampleVisualization/ExampleVisualization.php
+++ b/plugins/ExampleVisualization/ExampleVisualization.php
@@ -6,14 +6,14 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package SimpleTableVisualizationExample
+ * @package ExampleVisualization
*/
namespace Piwik\Plugins\ExampleVisualization;
use Piwik\Plugin;
/**
- * @package SimpleTableVisualizationExample
+ * @package ExampleVisualization
*/
class ExampleVisualization extends Plugin
{
diff --git a/plugins/ExampleVisualization/SimpleTable.php b/plugins/ExampleVisualization/SimpleTable.php
index 0ec31af005..e38debf9c1 100644
--- a/plugins/ExampleVisualization/SimpleTable.php
+++ b/plugins/ExampleVisualization/SimpleTable.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
* @category Piwik_Plugins
- * @package TreemapVisualization
+ * @package ExampleVisualization
*/
namespace Piwik\Plugins\ExampleVisualization;
@@ -17,7 +17,7 @@ use Piwik\Visualization\Config;
use Piwik\Visualization\Request;
/**
- * Simple Visualization Example.
+ * SimpleTable Visualization.
*/
class SimpleTable extends Visualization
{
diff --git a/plugins/ExampleVisualization/plugin.json b/plugins/ExampleVisualization/plugin.json
index 30d7d51150..a3a5202a33 100644
--- a/plugins/ExampleVisualization/plugin.json
+++ b/plugins/ExampleVisualization/plugin.json
@@ -4,7 +4,7 @@
"description": "Example for generating a simple visualization",
"theme": false,
"license": "GPL-3.0+",
- "keywords": ["visualization", "example", "table"],
+ "keywords": ["SimpleTable"],
"homepage": "http://piwik.org",
"authors": [
{