Piwik\Plugins\Installation\Widgets\GetSystemCheck::__construct PHP Method

__construct() public method

public __construct ( Piwik\Plugins\Diagnostics\DiagnosticService $diagnosticService )
$diagnosticService Piwik\Plugins\Diagnostics\DiagnosticService
    public function __construct(DiagnosticService $diagnosticService)
    {
        $this->diagnosticService = $diagnosticService;
    }