Piwik\Plugins\Events\Reports\GetNameFromCategoryId::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        $this->categoryId = 'Events_Events';
        $this->processedMetrics = false;
        $this->dimension = new EventName();
        $this->name = Piwik::translate('Events_EventNames');
        $this->isSubtableReport = true;
    }
GetNameFromCategoryId