Piwik\Plugins\VisitorInterest\Reports\GetNumberOfVisitsPerPage::init PHP Метод

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

protected init ( )
    protected function init()
    {
        parent::init();
        $this->dimension = new PagesPerVisit();
        $this->name = Piwik::translate('VisitorInterest_WidgetPages');
        $this->documentation = Piwik::translate('VisitorInterest_WidgetPagesDocumentation') . '<br />' . Piwik::translate('General_ChangeTagCloudView');
        $this->metrics = array('nb_visits');
        $this->processedMetrics = false;
        $this->constantRowsCount = true;
        $this->order = 20;
    }