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-07 02:50:08 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-07 02:50:08 +0400
commitc94adb68bc72417da8769fbb1b8712a72e406849 (patch)
tree18e06ac0cc52a27c83a24f5d161e9cf32afaf74a /core/Http.php
parent79fd7d2bf5fecac5462365c131a40919a11cdaaa (diff)
refs #4194 marked some classes and methods as API to test doc generation
Diffstat (limited to 'core/Http.php')
-rw-r--r--core/Http.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Http.php b/core/Http.php
index 0f45c25637..911f1f5f32 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -18,6 +18,7 @@ use Piwik\Log;
* Used to check for the latest Piwik version and download updates.
*
* @package Piwik
+ * @api
*/
class Http
{