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 'core/Tracker/Visit/VisitProperties.php')
-rw-r--r--core/Tracker/Visit/VisitProperties.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/core/Tracker/Visit/VisitProperties.php b/core/Tracker/Visit/VisitProperties.php
new file mode 100644
index 0000000000..2665f0c90f
--- /dev/null
+++ b/core/Tracker/Visit/VisitProperties.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Piwik - free/libre analytics platform
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+namespace Piwik\Tracker\Visit;
+
+
+/**
+ * TODO
+ */
+class VisitProperties
+{
+ /**
+ * TODO
+ */
+ public $visitorInfo = array();
+
+ // TODO
+} \ No newline at end of file