You are here

FrontEnd.php in Site Audit 8.2

Same filename and directory in other branches
  1. 7 Report/FrontEnd.php

Contains \SiteAudit\Report\Insights.

File

Report/FrontEnd.php
View source
<?php

/**
 * @file
 * Contains \SiteAudit\Report\Insights.
 */

/**
 * Class SiteAuditReportFrontEnd.
 */
class SiteAuditReportFrontEnd extends SiteAuditReportAbstract {

  /**
   * Implements \SiteAudit\Report\Abstract\getLabel().
   */
  public function getLabel() {
    return dt('Front End');
  }

}

Classes

Namesort descending Description
SiteAuditReportFrontEnd Class SiteAuditReportFrontEnd.