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