Piwik\ReportRenderer::renderFrontPage PHP Метод

renderFrontPage() абстрактный публичный Метод

Generate the first page.
abstract public renderFrontPage ( string $reportTitle, string $prettyDate, string $description, array $reportMetadata, array $segment )
$reportTitle string
$prettyDate string formatted date
$description string
$reportMetadata array metadata for all reports
$segment array segment applied to all reports
    public abstract function renderFrontPage($reportTitle, $prettyDate, $description, $reportMetadata, $segment);