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;
    }