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 'modules/Plugin.php')
-rw-r--r--modules/Plugin.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/modules/Plugin.php b/modules/Plugin.php
index 2d65794598..8b44be2864 100644
--- a/modules/Plugin.php
+++ b/modules/Plugin.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik
+ */
+
/**
* Abstract class to define a Piwik_Plugin.
@@ -63,15 +63,15 @@ abstract class Piwik_Plugin
* Returns the plugin details
*/
abstract function getInformation();
-
- /**
- * Returns the plugin name
- */
- public function getName()
- {
- $info = $this->getInformation();
- return $info['name'];
- }
+
+ /**
+ * Returns the plugin name
+ */
+ public function getName()
+ {
+ $info = $this->getInformation();
+ return $info['name'];
+ }
/**
* Returns the list of hooks registered with the methods names