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/Cookie.php
parent79fd7d2bf5fecac5462365c131a40919a11cdaaa (diff)
refs #4194 marked some classes and methods as API to test doc generation
Diffstat (limited to 'core/Cookie.php')
-rw-r--r--core/Cookie.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cookie.php b/core/Cookie.php
index 4492fffb72..d845049d22 100644
--- a/core/Cookie.php
+++ b/core/Cookie.php
@@ -17,6 +17,7 @@ namespace Piwik;
* - create a new cookie, set values, expiration date, etc. and save it
*
* @package Piwik
+ * @api
*/
class Cookie
{