Example #1
0
 public static function getSingle($reportId)
 {
     self::validateId($reportId);
     return ReportFetcher::retrieveSingle($reportId);
 }