Piwik\Plugins\Diagnostics\Controller::__construct PHP Метод

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

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