See {@link http://developer.piwik.org/api-reference/Piwik/Plugin/Report} for more information.
Наследование: extends Base
Пример #1
0
 public function menuGetContentPieces()
 {
     $report = new GetContentPieces();
     return View::singleReport($report->getName(), $report->render());
 }