[Piwik-svn] r162 - trunk/modules/API

svnmaster at piwik.org svnmaster at piwik.org
Mon Jan 14 05:27:21 CET 2008


Author: matt
Date: 2008-01-14 05:27:21 +0100 (Mon, 14 Jan 2008)
New Revision: 162

Modified:
   trunk/modules/API/APIable.php
   trunk/modules/API/Proxy.php
   trunk/modules/API/Request.php
Log:
test coomment

Modified: trunk/modules/API/APIable.php
===================================================================
--- trunk/modules/API/APIable.php	2008-01-14 04:11:27 UTC (rev 161)
+++ trunk/modules/API/APIable.php	2008-01-14 04:27:21 UTC (rev 162)
@@ -1,4 +1,13 @@
-<?php
+<?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$
+ */
+
+
 /**
  * This class is the parent class of all the modules that can be called using the API Proxy. 
  * For example a plugin "Provider" can publish its API by creating a file plugins/Provider/API.php


Property changes on: trunk/modules/API/APIable.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/modules/API/Proxy.php
===================================================================
--- trunk/modules/API/Proxy.php	2008-01-14 04:11:27 UTC (rev 161)
+++ trunk/modules/API/Proxy.php	2008-01-14 04:27:21 UTC (rev 162)
@@ -1,4 +1,13 @@
-<?php
+<?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$
+ */
+
+
 /**
  * The API Proxy receives all the API calls requests and forwards them to the given module.
  *  


Property changes on: trunk/modules/API/Proxy.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/modules/API/Request.php
===================================================================
--- trunk/modules/API/Request.php	2008-01-14 04:11:27 UTC (rev 161)
+++ trunk/modules/API/Request.php	2008-01-14 04:27:21 UTC (rev 162)
@@ -4,9 +4,9 @@
  * 
  * @link http://piwik.org
  * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * 
- * $Id$
+ * @version $Id$
  */
+
 
 /**
  * An API request is the object used to make a call to the API and get the result.



More information about the Piwik-svn mailing list