Piwik\Plugins\Events\Reports\GetCategoryFromNameId::init PHP Метод

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

protected init ( )
    protected function init()
    {
        parent::init();
        $this->dimension = new EventCategory();
        $this->name = Piwik::translate('Events_EventCategories');
        $this->isSubtableReport = true;
    }
GetCategoryFromNameId