Piwik\Plugins\Diagnostics\Controller::__construct PHP Method

__construct() public method

public __construct ( ConfigReader $configReader )
$configReader ConfigReader
    public function __construct(ConfigReader $configReader)
    {
        $this->configReader = $configReader;
        parent::__construct();
    }