Public Member Functions | |
__construct ($controllerId, $moduleId, $checkResultsDisplayData) | |
![]() | |
isUniqueToAPage () | |
render () | |
setCssClasses (array $classes) | |
getCssClasses () | |
getTitle () | |
getPostTruncatedTitleContent () | |
Protected Member Functions | |
renderContent () | |
renderServiceGroupDisplayByServiceDataAndCheckResult ($groupLabel, $groupData, $checkResultLabel) | |
renderIntroductionContent () | |
renderActionBarContent () | |
![]() | |
resolveDefaultClasses () | |
renderContainerWrapperId () | |
getContainerWrapperTag () | |
getId () | |
renderContent () | |
getViewStyle () | |
renderTitleContent () | |
resolveCustomViewTemplateFileName ($theme, $view) | |
Protected Attributes | |
$controllerId | |
$moduleId | |
$checkResultsDisplayData | |
![]() | |
$cssClasses = array() | |
$title | |
$makeDefaultClassesFromClassHeirarchy = true | |
Base view for displaying check service results. Used by the installation and the diagnostics run after a system is installed
Definition at line 41 of file CheckServicesView.php.
__construct | ( | $controllerId, | |
$moduleId, | |||
$checkResultsDisplayData | |||
) |
string | $controllerId | |
string | $moduleId | |
array | $checkResultsDisplayData |
Definition at line 54 of file CheckServicesView.php.
|
protected |
string | $groupLabel | |
string | $groupData | |
string | $checkResultLabel |
Definition at line 120 of file CheckServicesView.php.