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

init() protected method

protected init ( )
    protected function init()
    {
        $this->categoryId = 'General_Visitors';
    }

Usage Example

Example #1
0
 protected function init()
 {
     parent::init();
     $this->dimension = new BrowserEngine();
     $this->name = Piwik::translate('DevicesDetection_BrowserEngines');
     $this->documentation = Piwik::translate('DevicesDetection_BrowserEngineDocumentation', '<br />');
     $this->order = 10;
     $this->subcategoryId = 'DevicesDetection_Software';
 }
All Usage Examples Of Piwik\Plugins\DevicesDetection\Reports\Base::init
Base