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@googlemail.com>2014-06-11 09:52:22 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-11 09:52:22 +0400
commitf52c1e83aef857b6cf073f1f9fb00c6982f8d7d2 (patch)
treea4e7dbc78df2c801b2b9d11364f94022768de28f /plugins/Actions/Segment.php
parent4f2e01d20a8027cf545613d883e4ef22267c1cc1 (diff)
converted more reports, segments, dimensions, ... not finished yet
Diffstat (limited to 'plugins/Actions/Segment.php')
-rw-r--r--plugins/Actions/Segment.php17
1 files changed, 1 insertions, 16 deletions
diff --git a/plugins/Actions/Segment.php b/plugins/Actions/Segment.php
index 58d7ddf913..3dd3072d3d 100644
--- a/plugins/Actions/Segment.php
+++ b/plugins/Actions/Segment.php
@@ -8,28 +8,13 @@
*/
namespace Piwik\Plugins\Actions;
-use Piwik\API\Request;
-use Piwik\ArchiveProcessor;
-use Piwik\Common;
-use Piwik\Db;
-use Piwik\MetricsFormatter;
-use Piwik\Piwik;
-use Piwik\Plugin\ViewDataTable;
-use Piwik\Plugins\CoreVisualizations\Visualizations\HtmlTable;
-use Piwik\Site;
-
/**
- * Actions plugin
- *
- * Reports about the page views, the outlinks and downloads.
- *
+ * Actions segment base class
*/
class Segment extends \Piwik\Plugin\Segment
{
protected function init()
{
- parent::init();
-
$this->setCategory('General_Actions');
$this->setSqlFilter('\\Piwik\\Tracker\\TableLogAction::getIdActionFromSegment');
}