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

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->dimension = new EventAction();
        $this->name = Piwik::translate('Events_EventActions');
        $this->isSubtableReport = true;
    }
GetActionFromNameId