Piwik\Plugins\DevicesDetection\Reports\GetBrowserVersions::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->dimension = new BrowserVersion();
        $this->name = Piwik::translate('DevicesDetection_BrowserVersion');
        $this->documentation = '';
        // TODO
        $this->order = 6;
        $this->subcategoryId = 'DevicesDetection_Software';
    }