class SiteAuditReportRoles in Site Audit 7
Class SiteAuditReportRoles.
Hierarchy
- class \SiteAuditReportAbstract
- class \SiteAuditReportRoles
Expanded class hierarchy of SiteAuditReportRoles
File
- Report/
Roles.php, line 10 - Contains \SiteAudit\Report\Roles.
View source
class SiteAuditReportRoles extends SiteAuditReportAbstract {
/**
* Implements \SiteAudit\Report\Abstract\getLabel().
*/
public function getLabel() {
return dt('Roles');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SiteAuditReportAbstract:: |
protected | property | Individual check objects. | |
SiteAuditReportAbstract:: |
protected | property | Flag to indicate whether any of the checks are a complete FAIL. | |
SiteAuditReportAbstract:: |
protected | property | Percentage pass. | |
SiteAuditReportAbstract:: |
protected | property | Container that's passed between each SiteAuditCheckAbstract. | |
SiteAuditReportAbstract:: |
protected | property | Maximum score. | |
SiteAuditReportAbstract:: |
protected | property | Total score. | |
SiteAuditReportAbstract:: |
public | function | Get the names of all the checks within the report. | |
SiteAuditReportAbstract:: |
public | function | Get the calculated percentage. | |
SiteAuditReportAbstract:: |
public | function | Get the CSS class associated with a percentage. | |
SiteAuditReportAbstract:: |
protected | function | Get the complete name of the report. | |
SiteAuditReportAbstract:: |
public | function | Render the report; respects drush options. | |
SiteAuditReportAbstract:: |
public | function | Render response using Drush. | |
SiteAuditReportAbstract:: |
public | function | Render response as HTML; does not include head, body, etc. | |
SiteAuditReportAbstract:: |
public | function | Render response using JSON. | |
SiteAuditReportAbstract:: |
public | function | Constructor; loads and executes checks based on the name of this report. | 1 |
SiteAuditReportRoles:: |
public | function |
Implements \SiteAudit\Report\Abstract\getLabel(). Overrides SiteAuditReportAbstract:: |