Piwik\Plugins\ExampleReport\Reports\GetExampleReport::getRelatedReports PHP Method

getRelatedReports() public method

Here you can define related reports that will be shown below the reports. Just return an array of related report instances if there are any.
public getRelatedReports ( ) : Report[]
return Piwik\Plugin\Report[]
    public function getRelatedReports()
    {
        return array();
        // eg return array(new XyzReport());
    }