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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-28 02:36:19 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-28 02:36:19 +0300
commit2ec5aaa4f31111f536a8617b8b1c5fe03d016231 (patch)
tree0f2cd5eee020c852a5e8149818d18ddd277bcfd9 /plugins/ExampleAPI
parentf883f9ddda5ad86887d6447d67ab0dd3acdd8880 (diff)
- small changes
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleAPI/API.php b/plugins/ExampleAPI/API.php
index ca052d42aa..e15c86925f 100644
--- a/plugins/ExampleAPI/API.php
+++ b/plugins/ExampleAPI/API.php
@@ -52,7 +52,7 @@ class Piwik_ExampleAPI_API
public function getObject()
{
- return new MagicObject();
+ return new Piwik_MagicObject();
}
public function getNull()
@@ -90,7 +90,7 @@ class Piwik_ExampleAPI_API
*
* @package Piwik_ExamplePlugin
*/
-class MagicObject
+class Piwik_MagicObject
{
function Incredible(){ return 'Incroyable'; }
protected $wonderful = 'magnifique';