PDF rausgenommen
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace Piwik\Plugins\ExampleLogTables\Columns;
|
||||
|
||||
use Piwik\Columns\Dimension;
|
||||
|
||||
class GroupAttributeAdmin extends Dimension
|
||||
{
|
||||
protected $dbTableName = 'log_group';
|
||||
protected $category = 'General_Visitors';
|
||||
protected $type = self::TYPE_BOOL;
|
||||
protected $columnName = 'is_admin';
|
||||
protected $segmentName = 'isadmin';
|
||||
protected $nameSingular = 'Admin privileges';
|
||||
}
|
Reference in New Issue
Block a user