Content.php in Site Audit 8.2
Same filename and directory in other branches
Contains \SiteAudit\Report\Content.
File
Report/Content.phpView 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
Name | Description |
---|---|
SiteAuditReportContent | Class SiteAuditReportContent. |