Piwik\Plugins\Live\Reports\GetLastVisitsDetails::init PHP Method

init() protected method

protected init ( )
    protected function init()
    {
        parent::init();
        $this->order = 2;
        $this->categoryId = 'General_Visitors';
        $this->subcategoryId = 'Live_VisitorLog';
    }