public function SiteAuditReportRoles::getLabel in Site Audit 7
Implements \SiteAudit\Report\Abstract\getLabel().
Overrides SiteAuditReportAbstract::getLabel
File
- Report/
Roles.php, line 15 - Contains \SiteAudit\Report\Roles.
Class
- SiteAuditReportRoles
- Class SiteAuditReportRoles.
Code
public function getLabel() {
return dt('Roles');
}