Piwik\Plugins\DevicesDetection\Reports\GetBrand::init PHP Метод

init() защищенный Метод

protected init ( )
    protected function init()
    {
        parent::init();
        $this->dimension = new DeviceBrand();
        $this->name = Piwik::translate('DevicesDetection_DeviceBrand');
        $this->documentation = '';
        // TODO
        $this->order = 4;
        $this->hasGoalMetrics = true;
        $this->subcategoryId = 'DevicesDetection_Devices';
    }