Piwik\Plugins\CoreHome\Controller::getRowEvolutionPopover PHP 메소드

getRowEvolutionPopover() 공개 메소드

Render the entire row evolution popover for a single row
    public function getRowEvolutionPopover()
    {
        $rowEvolution = $this->makeRowEvolution($isMulti = false);
        $view = new View('@CoreHome/getRowEvolutionPopover');
        return $rowEvolution->renderPopover($this, $view);
    }