Piwik\Plugins\Installation\Widgets\GetSystemCheck::__construct PHP Метод

__construct() публичный Метод

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