PDF rausgenommen
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class DownloadsSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'General_Downloads';
|
||||
protected $order = 35;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class EntryPagesSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'Actions_SubmenuPagesEntry';
|
||||
protected $order = 10;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class ExitPagesSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'Actions_SubmenuPagesExit';
|
||||
protected $order = 15;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class OutlinksSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'General_Outlinks';
|
||||
protected $order = 30;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class PageTitlesSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'Actions_SubmenuPageTitles';
|
||||
protected $order = 20;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class PagesSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'General_Pages';
|
||||
protected $order = 5;
|
||||
|
||||
}
|
@ -0,0 +1,19 @@
|
||||
<?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\Plugins\Actions\Categories;
|
||||
|
||||
use Piwik\Category\Subcategory;
|
||||
|
||||
class SiteSearchSubcategory extends Subcategory
|
||||
{
|
||||
protected $categoryId = 'General_Actions';
|
||||
protected $id = 'Actions_SubmenuSitesearch';
|
||||
protected $order = 25;
|
||||
|
||||
}
|
Reference in New Issue
Block a user