Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IntranetMeasurable.php « IntranetMeasurable « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed79e1bf6676d76e87f50016c8d1b0bb3d859a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Matomo - free/libre analytics platform
 *
 * @link https://matomo.org
 * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
 */

namespace Piwik\Plugins\IntranetMeasurable;

class IntranetMeasurable extends \Piwik\Plugin
{
    public function isTrackerPlugin()
    {
        return true;
    }

}