Piwik\Plugins\Provider\Reports\GetProvider::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        $this->categoryId = 'General_Visitors';
        $this->dimension = new Provider();
        $this->name = Piwik::translate('Provider_ColumnProvider');
        $this->documentation = Piwik::translate('Provider_ProviderReportDocumentation', '<br />');
        $this->order = 50;
        $this->subcategoryId = 'UserCountry_SubmenuLocations';
    }