public function SiteAuditReportContent::getLabel in Site Audit 8.2
Same name and namespace in other branches
- 7 Report/Content.php \SiteAuditReportContent::getLabel()
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Content.php, line 15 - Contains \SiteAudit\Report\Content.
Class
- SiteAuditReportContent
- Class SiteAuditReportContent.
Code
public function getLabel() {
return dt('Content');
}