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