public function SiteAuditReportStatus::getLabel in Site Audit 8.2
Same name and namespace in other branches
- 7 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');
}