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:
authormattab <matthieu.aubry@gmail.com>2013-11-06 05:42:01 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-06 05:42:01 +0400
commitf3fcfa6368ba0dcb551043f61dfdb59e2e53f1a5 (patch)
treecdf010e1167a6d4dfe91dc60ce7e45aca385d465 /core/ArchiveProcessor.php
parent742794dd8dd05775aa686a575def21492e021e11 (diff)
Refs #4278 Creating a new class PluginsArchiver to refactor logic out of ArchiveProcessor\Loader
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 7587f7d4e6..50f8898512 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -83,7 +83,6 @@ use Piwik\Plugin\Archiver;
*/
class ArchiveProcessor
{
-
/**
* @var \Piwik\DataAccess\ArchiveWriter
*/
@@ -100,6 +99,11 @@ class ArchiveProcessor
public $archive = null;
/**
+ * @var Parameters
+ */
+ protected $params;
+
+ /**
* @var int
*/
protected $numberOfVisits;