You are here

Content.php in Site Audit 8.2

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

Contains \SiteAudit\Report\Content.

File

Report/Content.php
View source
<?php

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

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

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

}

Classes

Namesort descending Description
SiteAuditReportContent Class SiteAuditReportContent.