Database.php in Site Audit 8.2
Same filename and directory in other branches
Contains \SiteAudit\Report\Database.
File
Report/Database.phpView source
<?php
/**
* @file
* Contains \SiteAudit\Report\Database.
*/
/**
* Class SiteAuditReportDatabase.
*/
class SiteAuditReportDatabase extends SiteAuditReportAbstract {
/**
* Implements \SiteAudit\Report\Abstract\getLabel().
*/
public function getLabel() {
return dt('Database');
}
}
Classes
Name | Description |
---|---|
SiteAuditReportDatabase | Class SiteAuditReportDatabase. |